Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Since HostBill 2.8 Forms elements will be accessible Forms elements can be accessed in email templates.

To add Forms values to emails sent to client (on account creation for example) you need to:1.

Add variable name to form element:

Go to Products & Services ->{Your Orderpage} ->{Related Product} ->Forms → Forms, add or edit current form element, and under Advanced tab enter variable name (without spaces) 


Image Added

Image Removed

...


Edit related email template:

Go to Settings ->Email → Email Templates and edit email template you wish to add form element into.

Image RemovedImage Added

You can access:

Code Block
languagetext
{$service.forms.YOURVARIABLE.value} - contains qty or value for input fields
{$service.forms.YOURVARIABLE.value_name} - contains picked value from dropdown, radio box

 

...