richman2006
New Member
Is there a way in Javascript to delay execution until a user has filled in data in an input form and pressed submit on a submit input button?Specifically, my JS applet has some preset default layouts, but the user can also choose a custom configuration. If they choose "Create Custom", a form that was was previously hidden is set to appear. I need the execution to pause until they've submitted the data -- can this be done?