I had created the script to send an email. The script name is "sendemailtous". How should I put this on the form?
This is what I have on my form.
<FORM ACTION=FMPro METHOD=post> <INPUT TYPE=hidden NAME=-DB VALUE='TEST.FP3'> <INPUT TYPE=hidden NAME=-Lay VALUE='Web'>
<input type="hidden" name="-script" value="sendemailtous">
<INPUT TYPE=hidden NAME="-format" VALUE="tc_reply.htm">
<INPUT TYPE=hidden NAME="-error" VALUE="tc_error.htm">
I tried this but it is not working.
Thanks,