I would like to customize the user notification message depending on users choice.
Is there a way to use the form fields with something like an "if" syntax.
{if {request price:4.1} use text ........}
{if {invited to next private view:4.2} use text .......} :)
or should I try to generate the message with js inside the notifications message field depending on the values of the checkboxes... ?
thx Tom