I want to give my users the option to have a copy of an Email sent to them, rather than just sending it automatically with the Mailback. Can I do that?
Yes, you sure can! Here's how:
- Make sure you set up a textfield element for your user to add their Email address to. In the NAME field - for purposes of this example - call it "email."
- Go to the Advanced tab of your new Email element and check the MAILBACK checkbox.
- Click on SAVE PROPERTIES to save the changes you made to the element itself.
- Just before your submit button and/or Captcha image, create a new checkbox element.
- For the LABEL field, enter something like "Send Copy to My Email."
- For the NAME field, enter something unique, such as "emailsendcopy."
- In the VALUE field, enter something like "Copy Sent."
- Go to the Advanced Tab of the checkbox element and check the "Only send to corresponding mailback field when checked" checkbox.
- In the field "Name of textfield that is marked as mailback," enter the NAME that you gave your Email element. (For our example, we called it "email.")
- Click on SAVE PROPERTIES to save the changes you made to the element itself.
- Click on the SAVE icon in the upper right-hand corner of the screen to save the actual form.
- Test it out -- it should be working! :-)
Sometimes this feature does not work correctly. In this case please recreate the checkbox and the text element from scratch.