Dynamic Hidden Form Fields

  • 28 March 2016
  • 2 replies
  • 30 views

I just signed up for my free month and am working on creating a landing page to evaluate.  One issue I’m facing is that I need a form with hidden fields that contain dynamic data.  Is that possible or do those hidden fields all need to be hard-coded?


2 replies

Userlevel 7
Badge +3

Hi Michael, 

You don’t need to hardcode the hidden fields. 

Hidden fields can be filled in from URL parameters or you can write a script(s) that would fill them in with the desired values. 

It really comes down to what you mean by “dynamic data”.

If you give us an example of this dynamic data, the community here might be able to point you in the right direction on the best way to accomplish it. 

Best,
Hristian

P.S. Here is a bit more information on how you can use URL parameters to fill in visible AND hidden fields. 

This was very helpful.  Thank you. 

Reply