Ambiera ForumDiscussions, Help and Support. |
|
|
|||||
|
I am attempting to transfer my web site to RocketCake I Have set up form OK however I need to process and verify the information using javascript with old older systems the fields are refenced using as below function compute(form){ error =0; if (form.manager_name.value == ""){ alert("Missing Manager Name. Team can not be checked!"); error=1; } who does this work with Rockercake The current page is: http://www.fgpm.f1fans.net/page15.html |
||||
|
The simplest way is to select the text field in that case in RocketCake and then in the Property Window, check the "Required" box. That's it. |
||||
|
I have found the problem!! The code was in the wrong division!!! All works fine now, i also added to the button |
|