JeffMickelsen
7 years agoQrew Cadet
?Next? and ?Previous? buttons on multi-tabbed forms
I am trying to apply this to the current version of QuickBase and I am having problems.
I am trying to put ?Next? and ?Previous? buttons on the bottom of a multi-tabbed form. I have tried the following.
1. I created a Formula-RichText field named PageTwo and put the following in the formula box:
a name=PageTwo
(I had to remove the less than, greater than, and the /a from what I added to get the values to display
2. I then placed this as the first field on the second Tab of my form.
3. I then created a Formula-RichText field named GotoPageTwo and put the following in the formula box:
"JavaScript:void(window.location.href='#PageTwo');"
4. I then placed this field as the last field on the first Tab of my form.
When I display the form, I get
?GotoPageTwo
JavaScript:void(window.location.href='#PageTwo');? (without the quotes)
Displayed at the bottom of the first Tab with no button
And I get
PageTwo
Displayed at the top of the second tab
Is there anyway to add these buttons? If this is a really dumb question, please forgive my ignorance on this topic?
I am trying to put ?Next? and ?Previous? buttons on the bottom of a multi-tabbed form. I have tried the following.
1. I created a Formula-RichText field named PageTwo and put the following in the formula box:
a name=PageTwo
(I had to remove the less than, greater than, and the /a from what I added to get the values to display
2. I then placed this as the first field on the second Tab of my form.
3. I then created a Formula-RichText field named GotoPageTwo and put the following in the formula box:
"JavaScript:void(window.location.href='#PageTwo');"
4. I then placed this field as the last field on the first Tab of my form.
When I display the form, I get
?GotoPageTwo
JavaScript:void(window.location.href='#PageTwo');? (without the quotes)
Displayed at the bottom of the first Tab with no button
And I get
PageTwo
Displayed at the top of the second tab
Is there anyway to add these buttons? If this is a really dumb question, please forgive my ignorance on this topic?