Forum Discussion
QuickBaseCoachD
7 years agoQrew Captain
You need to make a Rich Text formula field, and not just a form element. here is the code. My previous post did did not show the code due to how this formum operates.
"<a id='saveButton' class='Vibrant Success' onclick='DoSave()' href='#'>WhatEverYouWantYourButtonToSay</a>"
TateForgey
5 years agoQrew Assistant Captain
This is no longer supported because of the new policy of what is allowed in formula fields. I am trying to create a save button for a form that will be in Spanish so that I can display the button text in Spanish. (Something like "Enviar" for submit.).
Is there an easy way to do this with the new restrictions imposed by QuickBase?
------------------------------
Tate Forgey
------------------------------
Is there an easy way to do this with the new restrictions imposed by QuickBase?
------------------------------
Tate Forgey
------------------------------
- MarkShnier__You5 years ago
Qrew Legend
If you go to the Advanced Properties for the table and and check he box to "save parent Automatically ....." then if you create a button which will navigate away from the record, it will save automatically. And your use case, is there a URL that you can direct the user to?
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------- TateForgey5 years agoQrew Assistant CaptainI do have a URL I want these users to go to (a thank you rich text page) and this is a better solution than what I am doing now. The real problem I am dealing with is managing different sets of users who are all in the role of everyone on the internet.
Currently, I have created different buttons on the parent table to add a new child records that contain redirects to the thank you page specific to that audience. Instead of the redirect in the "add record" field I'll just have them go directly to the Spanish thank you page and make sure the save works when leaving the page. Sounds easier.
Now, if there were a way to have these different sets of users go to a form specific to them I that would be brilliant, but I can't get the "dfid=x" to work in this situation. Bummer, but creative use of text in the form and dynamic form rules is getting me by.
------------------------------
Tate Forgey
------------------------------