Hello,
When I use an image button in a custom formcode, the slashes disapear from the image source.
So:
becomes:
Therefor the image isn't shown..😟
Kind regards, Aron.
When I use an image button in a custom formcode, the slashes disapear from the image source.
So:
<input name="ter" id="ter" src"/images/ter.png" value="ter" type="image" />
becomes:
<input name="ter" id="ter" src" images ter.png" value="ter" type="image" />
Therefor the image isn't shown..😟
Kind regards, Aron.
Hi Aron,
If you look at the form entry in the database table with PHPMyAdmin are the slashes there or not? That would establish when they are being lost.
ChronoForms doesn't do anything clever with these as far as I am aware and I haven't seen this problem reported before so my guess is that is has something to do with the PHP or MySQL settings on your server.
Just a thought, please check to see if Magic Quotes are set on in your PHP configuration.
Bob
If you look at the form entry in the database table with PHPMyAdmin are the slashes there or not? That would establish when they are being lost.
ChronoForms doesn't do anything clever with these as far as I am aware and I haven't seen this problem reported before so my guess is that is has something to do with the PHP or MySQL settings on your server.
Just a thought, please check to see if Magic Quotes are set on in your PHP configuration.
Bob
This topic is locked and no more replies can be posted.