DynaForm Error - Missing Field

Your form located at does not work because you forgot to include the required "rec_mailto" field within the form. This field specifies who the email will be sent to.

This should look like:
<input type="hidden" name="rec_mailto" value="youremail@yoursite.com">

If you are still confused, please refer to the readme.txt for more information and examples.



DynaForm Error - Missing Field

Your form located at does not work because you forgot to include the required "rec_subject" field within the form. This field specifies the subject of the email that will be sent.

This should look like:
<input type="hidden" name="rec_subject" value="New DynaForm Email">

If you are still confused, please refer to the readme.txt for more information and examples.



DynaForm Error - Missing Field

Your form located at does not work because you forgot to include the required "rec_thanks" field within the form. This field specifies what page the user will be taken to after they submit the form.

This should look like:
<input type="hidden" name="rec_thanks" value="thanks.html">

If you are still confused, please refer to the readme.txt for more information and examples.