Is it possible to capture a hidden field (url parameter)?

Hello,

I would like to know if it is possible, with Brevo, to build a form that captures a hidden field.

In my case, it would be a 2-field form with :

This is possible with form management tools like Tally, for example, but I would prefer to centralize everything on Brevo.

Thanks for your help,
S

Hi @sal_media , thanks for your post.

I have checked on my Brevo account, but unfortunately I haven’t found any ways to do this. I’ll check again and tell you if by any chance I find a solution in the end.

It’s possible, but you have to use custom code and add the form to your website.

1 Like

It’s possible

How would you do it @roberto ?

I am not that technical, but for any programmer it should be easy to set up. You can see an example for such a setup here: EmailTooltester Newsletter | Monthly Insider Tips
The important line is:

<input type="hidden" id="SIGNUPSOURCE" name="SIGNUPSOURCE" value="https://www.emailtooltester.com/en/newsletter-signup/">

I hope that helps!

1 Like