I’m having a little trouble with Safecracker publish-forms being unreliable from time to time, meaning the forms won’t submit on the first try, although all of the required fields are filled out correctly.
After some attempts it usually works and it doesn’t always happen. But when it does it’s pretty annoying, because all form fields get cleared.
Now, I get the following error-message in Firebug’s JavaScript-console:
document.forms.entryform is undefined
Line 681Maybe this is related?
I’m using the liveURLtitle function in my SAEF as follows:
<input class="text input require" type="text" name="title" id="title" value="{title}">
<input class='text input' type='hidden' name='url_title' id='url_title' value='{url_title}'>