Hi,
I have a problem with the query string of the redirect URL and I was hoping someone might have an idea of how to fix it.
I have a contact form made of two forms (see http://www.yogalarbre.be/yogalarbre/contact). Form 1 posts data of three extra (multiple checkbox) fields to form 2 via the query string. The fields are: ex_field1
, ex_field2
, ex_field3
renamed type_msg
, cours_erpent
and cours_lln
respectively.
I use the checkbox selection to decide to whom to send the message of form 2 (with a PHP code). In other words, I work out the value of the email_to
field of the second form:
[si-contact-form form=2 email_to='(result of PHP code)']
Today, the cours_erpent
started to be prefixed with #038; instead of & in the query string. This causes the fields 2 and 3 not to be passed correctly to form 2.
It was fine until last night. I updated some plugins this morning, it no longer works. I've tried deactivated the concerned plugins, no change, same issue. I'm not that familiar with this type of issue and I would be very grateful for any hint of solution you may have.
Thanks,
dcclxi