Hi
How do you stop a save happening when user clicks save button? I have a conditioal set up if users satisfy a condition and clicks on save a new cfm pops up asking for input of data. I want the save to not go ahead unless they fill out the popup cfm.
What I have now is that the new cfm page pops up asking for info to be filled in but the save goes ahead anyway.
here is the line that does that
<input type="submit" value="Save" class="lhsbuttonsave" onclick="popup=window.open('changePCD.cfm?bin=#attributes.bin#','changePCDbox','width=350,height=190,scrollbars=no,resizable=yes');self.focus();">
Thanks
How do you stop a save happening when user clicks save button? I have a conditioal set up if users satisfy a condition and clicks on save a new cfm pops up asking for input of data. I want the save to not go ahead unless they fill out the popup cfm.
What I have now is that the new cfm page pops up asking for info to be filled in but the save goes ahead anyway.
here is the line that does that
<input type="submit" value="Save" class="lhsbuttonsave" onclick="popup=window.open('changePCD.cfm?bin=#attributes.bin#','changePCDbox','width=350,height=190,scrollbars=no,resizable=yes');self.focus();">
Thanks