Code: <FORM ACTION="[cgi location removed to prevent abuse]" METHOD='post"'> <INPUT TYPE="HIDDEN" NAME="TO" VALUE="em@ail.address"> <INPUT TYPE="HIDDEN" NAME="SUBJECT" VALUE="Place subject heading here"> <INPUT TYPE="HIDDEN" NAME="RETURN" VALUE="URL of following page"> I want to send an email using that when a user presses a button on a website. but I dont seem to be able to get it to work... maybe its something to do with forms?
Just keep in mind that script will be found by spammers and abused to send hundreds of thousands of messages through your account. Hidden form fields aren't very hidden.
Well, the ISP choose to make it like this, so if someone abuses that script the ISP can't blame Liquid
Code: <FORM ACTION="[cgi location removed to prevent abuse]" METHOD="post"> I think thats the fault.. always use " before and after. no ' , or something else.. good luck! L can't u do that with a normal form aswell?