I have a webform that has a few components filled in by $_GET vars. For example, %get[name]. These all get filled properly upon going to the actual form, but after the form is submitted they don't come through in the emails and they are blank when you go to view the submitted form. Screenshots attached.

Comments

quicksketch’s picture

Make sure you don't mark the textfields as disabled when using %get values. I'm not entirely sure if this is the case in your screenshots, but it's an existing known issue see #223388: %get[], tokens do not work in disabled or hidden fields.

quicksketch’s picture

Status: Active » Closed (duplicate)