Product FAQs
How to deal with emails?

If you want to receive the data that your clients submit by e-mail all you have to do is to follow these simple steps:

  1. Open your form in admin, go to the Emails tab
  2. Add to Email Form data to: your email address
  3. Add to Email Form data FROM: the default e-mail address used by the system to send mails
  4. Add to Email Subject: the subject you want to see when someone contacts you. You can add {fullname} or any other field id you have in your form, to make this subject personalized.
  5. Add to Email Text: the message you want to see. You can use here all your form id's like {fullname},{email},{address} or any other field you have in your form. They will be replaced by the values the client added.
 
Can I change the notification email subject ?
Yes. You can find it as a variable in the english.php language file located here: /components/com_forme/languages/
 
Can I use some javascript code for my fields ?
Each field has an "additional" attributes field where you can add whatever you like. You can add style code like style="width:160px;" or javascript such as onselect = "doThis();".