I have a form on my site that works well from my computer, but there is a problem with the form when accessed via an iPhone. The link to my form is: http://htsgteam.com/index.php?option=com_chronoforms5&chronoform=2017MoodyBaseball.
My site has a login with a redirect to access the form. The above link is the correct link to get to the form. When using the iPhone, the link that is produced is: http://htsgteam.com/index.php?option=com_chronoforms5&chronoform=%092017MoodyBaseball
Here is the difference:
Phone link form name is %092017MoodyBaseball
Correct link form name is 2017MoodyBaseball
Any idea what could be causing the phone version to add the extra characters into the link?
My site has a login with a redirect to access the form. The above link is the correct link to get to the form. When using the iPhone, the link that is produced is: http://htsgteam.com/index.php?option=com_chronoforms5&chronoform=%092017MoodyBaseball
Here is the difference:
Phone link form name is %092017MoodyBaseball
Correct link form name is 2017MoodyBaseball
Any idea what could be causing the phone version to add the extra characters into the link?
I found the problem after checking further. In my redirect component, the link I had set up for the redirect had an extra space before the form name. Removing this space solved the problem. It was not a Chronoforms issue, but an issue with my link in the redirect component. Not sure why it only showed up when using the iPhone, but nevertheless, it is solved now.
This topic is locked and no more replies can be posted.