evolution-cms / evolution

Welcome to the new evolution of MODX Evolution!
GNU General Public License v3.0
260 stars 96 forks source link

Formlister - Email value in parameter redirectTo #2130

Open Sybrenb opened 7 months ago

Sybrenb commented 7 months ago

I am trying to pass the value of the email input field as a parameter in the URL using the redirectTo parameter as described below.

redirectTo

Unfortunately it doesn't work. For example, I tried the code below. Is this even possible?

&redirectTo={ "page":10, "query":{ "email":"[+email.value+]" }, }``