Solved

Using initial values with email templates

  • 15 March 2021
  • 1 reply
  • 108 views

Userlevel 7
Badge +8

Hi everyone! 

Not a long time ago I used initial values to conect two different public forms with email templates.

On public form A we collected a sort of data from a stakeholder X that we used to fill a public form B to another stakeholder (Y). 

At the time I used email template to send the link from public form B with the initial values from public form A. I used the following logic:

 

[url_from_public-form_B]%field-id_b¹={{dynamic-field_a¹}}&field-id_b²={{dynamic-field_a²}} … 

 

Does anyone know where am I failling on this? :grin::disappointed_relieved:

icon

Best answer by Eduardo Kano 16 March 2021, 13:33

View original

1 reply

Userlevel 7
Badge +8

Updating: @felipe-borer helped me to solve the problem! 

 

:negative_squared_cross_mark:  [url_from_public-form_B]%field-id_b¹={{dynamic-field_a¹}}&field-id_b²={{dynamic-field_a²}} … 

:white_check_mark:  [url_from_public-form_B]?field-id_b¹={{dynamic-field_a¹}}&field-id_b²={{dynamic-field_a²}} … 

Reply