I attempted to save just a single field, using the example shown:
TEXT phone {Phone:Please enter your office phone number}
Rather than refreshing the page, the button turns the mouse pointer to a time watch, and nothing else ever happens.
'Save Settings' does not work. 'Currently Saved User Settings' always blank.
http://wordpress.org/extend/plugins/extra-user-fields/
marcusstenbeck
Member
Posted 11 months ago #
The problem is in the file admin.pg on line ~41 (the one beginning with <p id="submit"><input …). To fix it, change the line to the code below.
<p><input type="submit" onclick="document.getElementById('currentsettingsuser').style.opacity='0.3';this.disabled=true;this.style.cursor='wait';this.form.submit();" value="Save Settings" class="button-primary" id="btnSubmit" name="btnSubmit" /></p>
Grant Bivens
Member
Posted 3 months ago #
voji91
Member
Posted 3 months ago #
Perfect, that line fixed the problem, under WP 3.5.1. Thank you marcusstenbeck!
marcusstenbeck
Member
Posted 4 weeks ago #