Hi all
I am trying to disable these fields once the update button is clicked -
I only want the user to update the form above once.
I have tried adding some JS to the Localized content of the 'Profile' Web Page which is like this -
$('#ContentContainer_MainContent_MainContent_ContentBottom_SubmitButton').click(function(){
$('#firstname').attr('disable');
});
So the button should be disabling the firstname text input once clicked but it doesnt work here?
I have tested in jsfiddle.net and it works so I dont think the JS is incorrect. Please correct me if Im wrong.
Any help here is appreciated.

Report
All responses (
Answers (