Announcement

Collapse
No announcement yet.

Contact Form Issue

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Contact Form Issue

    Hi,

    In a previous post I mentioned that some customers where experiencing an issue when submitting the contact form which they might of had customised.

    This appears to be an issue for those in particular that have upgraded to the latest version of v11.

    It appears that anyone using an IMAGE as a submit button:

    Code:
    <input type="image" src="button-name.jpg"..
    can possibly cause the form to break (especially in IE), but if convert back to a standard input:

    Code:
    <input type="text" value="Submit"....
    it works fine.

    #2
    Also, if upgrading look out for this line of code in Contact Form Bulk Area being duplicated after upgrade:

    Code:
    <input type="hidden" name="RANDOM" value="<actinic:variable name='Random'/>" />

    Comment

    Working...
    X