Forum Discussion
AnneTheisen
7 years agoQrew Trainee
Sorry, very confused. I'm not a programmer. The first part works fine - I get the form, no quickbase bling or confusing extra save button. Perfect.
All I need is a "new" save button that doesn't allow my users additional access to edit the database and simply says good bye.
Is that possible?
Thanks again for your help.
All I need is a "new" save button that doesn't allow my users additional access to edit the database and simply says good bye.
Is that possible?
Thanks again for your help.
QuickBaseCoachD
7 years agoQrew Captain
I think what you are saying is that you wanted to use the &ifv=20 to get rid of the "Quick Base bling" and now you do not have a SAVE button because it was lost with the rest of the "bling".
Here is some code for a Formula Rich Text field type to make your own SAVE button and label it how you like.
"<a id='saveButton' class='Vibrant Success' onclick='DoSave()' href='#'>WhatEverYouWantYourButtonToSay</a>"
Here is some code for a Formula Rich Text field type to make your own SAVE button and label it how you like.
"<a id='saveButton' class='Vibrant Success' onclick='DoSave()' href='#'>WhatEverYouWantYourButtonToSay</a>"