Hey Guys
For some reason my comment submission form works in chrome and firefox but not in safari. Anyone got any ideas?
It just runs the return and does not actually submit the form for processing. I have narrowed it down to the text area which is (i think) the source of the issue as removing the text area makes the form work (or at least give an error saying you need the comment field).
Code is as follows….
{exp:comment:form entry_id="23" return="http://urlgoeshere.co.uk" }
<input type="text" class="commentInput1" value="Your Name…" name="name" />
<textarea name="comment" cols="70" rows="10" class="commentField" />Add a comment…</textarea>
<input type="submit" name="submit" value="submit" />
{/exp:comment:form}All the extra bumf around the input fields is to set a value on focus. I have tried removing this off the text field and it still does not work.