Hi All,
I have been working on a design and have changed all my input buttons successfully around all templates accept the contact us form. Which produces a script error when I try to use it.
Here's my code:
<input type="image" src="btn.gif" id="but_submit" value="<Actinic:Variable Name="MailFormSendButton"/>" name="ACTION" />
(It all looks fine when published so nothing wrong with the css code)
Has anyone done this successfully and if so how did you do it?
Or does anyone know if I am missing something?
Regards
Bangers
I have been working on a design and have changed all my input buttons successfully around all templates accept the contact us form. Which produces a script error when I try to use it.
Here's my code:
<input type="image" src="btn.gif" id="but_submit" value="<Actinic:Variable Name="MailFormSendButton"/>" name="ACTION" />
(It all looks fine when published so nothing wrong with the css code)
Has anyone done this successfully and if so how did you do it?
Or does anyone know if I am missing something?
Regards
Bangers
Comment