Forum Discussion
QuickBaseCoachD
10 years agoQrew Captain
I have never heard of a 3rd party add on. There is an easy technique to jump to a spot on a form if you like.
You put this as a formula text field with html enabled button to click
"javascript:void(window.location.href='#DealerClaim');"
The anchor tag for where to jump to will be a formula-text field with HTML enabled with the formula
"<a name=DealerClaim></a>"
The tag is case sensitive and I would avoid any spaces or special characters. Play with the placement of the anchor tag target and when you get it how you like it, remove the field name form the form so it will be invisible.
You put this as a formula text field with html enabled button to click
"javascript:void(window.location.href='#DealerClaim');"
The anchor tag for where to jump to will be a formula-text field with HTML enabled with the formula
"<a name=DealerClaim></a>"
The tag is case sensitive and I would avoid any spaces or special characters. Play with the placement of the anchor tag target and when you get it how you like it, remove the field name form the form so it will be invisible.