Appnitro Software Forums » MachForm

changing form field names in email

(2 posts)

  1. I have a form at http://smarta.com.au/formbuilder/view.php?id=12

    towards the bottom is has it has 6 "section breaks" all with 3 similar field names

    I don't want to name each field differently

    how can I change the name of the field in the recient's email without it showing on the form itself
    eg change the name of the field in the email from "lender" to "home_loan_lender"

    and another quick question - where in the CSS can I change the colours of the text in the"section breaks"

    Posted 1 year ago #
  2. The easiest way to do this is using "template variable", with this you can create your own text/format in mail notification. Simply go to emails menu and change the template variable in mail content from :

    {entry_data}

    to be like this for an example

    home_loan_lander {element_51}

    you need to put each field template variable one by one in there. You also can use CSS code in there, for example :

    home_loan_lander <p style="color:#cc0000" >{element_51}</p>
    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.