I have a wordpress site built with elementor, there is a form that redirects to API that based on the inputs builds the url with query params, the problem is that the form is redirecting with wrong separators of the query params: sends [www.site.com/?value1=value1\&value2=value2]) instead [www.site.com/?value1=value1&value2=value2]), how can I fix this? also there is a warning on the plugins, you can see it on the attached image, does anybody knows how can I fix this? I also tried to create the form with pure html and havascript to solve the issue, this works perfect on desktop site but not on mobile one, it seems that is cause of defer enabled by default on wordpress mobile sites, Can anyone please help me.
[ad_2]