• Resolved thebigkrumm

    (@thebigkrumm)


    Hi, is it possible to use field values in an HTML field? What I want to accomplish is an automatic e-mail signature generator for my company based on an individual user’s information. In a perfect world the user would enter basic info (name, phone number, etc.) and the signature blocks would dynamically update.

    I had expected that adding the fieldname as you would in a calculated field in an HTML field would work but that seems to not be the case ??

    • This topic was modified 6 years, 10 months ago by thebigkrumm.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @thebigkrumm,

    If you want generate an email signature with the information collected by the form, you simply should enter the special fields’ tags into the “Messages” attributes in the form’s settings.

    For example, assuming that the fields for the firstname and lastname in the form are the fieldname1 and fieldname2 respectively, you can enter the following tags in the form’s settings:

    
    <p>Hello <%fieldname1_value%> <%fieldname2_value%></p>
    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. In in suscipit purus, nec porttitor ex. Nunc egestas fermentum suscipit. Fusce sollicitudin feugiat ipsum quis eleifend. Integer risus tortor, malesuada ac efficitur a, ultricies in ante.</p>
    

    More information in the following link:

    https://cff.dwbooster.com/documentation#special-tags

    Best regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Return field values in HTML field’ is closed to new replies.