FormBuilder - Email to User - if fields match
Posted: Fri Jul 29, 2016 2:46 pm
Hello all,
Whenever a user fills in a form on my website I want them to have the data in their supplied e-mail. However I do not always want this to happen, currently I have set up this in the e-mail template:
{if $distance > "105" && $price < "2500"}
special content
{else}
normal content
{/if}
However it would be much better {if $distance > "105" && $price < "2500"} is matched there is no e-mail sent at all. Is there a way to achieve this with FormBuilder?
Any help is much appreciated.
Whenever a user fills in a form on my website I want them to have the data in their supplied e-mail. However I do not always want this to happen, currently I have set up this in the e-mail template:
{if $distance > "105" && $price < "2500"}
special content
{else}
normal content
{/if}
However it would be much better {if $distance > "105" && $price < "2500"} is matched there is no e-mail sent at all. Is there a way to achieve this with FormBuilder?
Any help is much appreciated.