Problems with _ (underscore) symbol
-
Hello,
I’m having problems when I try to use this _ (underscore) symbol before a variable name to pass it to an URL as a http://www.test.com/?_variable=0 parameter.
The website I need to pass arguments of my CF7 form requires this _variable, and is not possible to call the site without this _(underscore) symbol before the variable, like this: http://www.test.com/?variable=0 because backend at destination just recognise _variable as key parameter. Others variables like http://www.test.com/?works=nice has not any problem.
It’s like CF7 delete ‘_’ simbol. Hoping you could help me please…
The topic ‘Problems with _ (underscore) symbol’ is closed to new replies.