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.