How to add query string into the confirmation email?
-
Hi there,
I’m currently working on a fluent form where users make selections, and I’m looking on how to incorporate these selections into notification emails as clickable links.
Could you please provide guidance on how to achieve this? I’m looking to ensure that the selections made by users in the form are dynamically included as clickable links in the email notifications.
Example:
abc.com&frequency_id={inputs.dropdown}&selection_parameter[1]={inputs.dropdown_2}
at the moment what i get is abc.com&frequncy_id=selection1value&selection_parameter[1]=selection2value
instead of
abc.com&frequncy_id=3&selection_parameter[1]=5
Hope there solutions for this.
- The topic ‘How to add query string into the confirmation email?’ is closed to new replies.