Forum Discussion
JeffMickelsen
7 years agoQrew Cadet
Ok, I finally got past a health issue and I am trying to make this work I did the following:
1. Created the two variables; iol and /iol
2. Created the code page with the alert message "i have control"
3. Created the field -
4. Placed the field on the form
Everything worked as expected; I got the alert
I then
1. Changed the formula in the field - to the formula in Patsies
2. Changed the content in the module.js to the content in Patsies
I now have Next and Previous buttons on my form, but they do not do anything
I used copy and paste in every entry, so I did not screw something up in the formulas or content
Any ideas on why this isn't working?
Thanks for your help...
1. Created the two variables; iol and /iol
2. Created the code page with the alert message "i have control"
3. Created the field -
4. Placed the field on the form
Everything worked as expected; I got the alert
I then
1. Changed the formula in the field - to the formula in Patsies
2. Changed the content in the module.js to the content in Patsies
I now have Next and Previous buttons on my form, but they do not do anything
I used copy and paste in every entry, so I did not screw something up in the formulas or content
Any ideas on why this isn't working?
Thanks for your help...
_anomDiebolt_
7 years agoQrew Elite
Without seeing the application and code, I would debug this by adding console.log() statements to the code especially within the button click handlers.