Forum Discussion
- GauravSharma3Qrew CommanderHi Brian,
It is not possible natively. But, yes it is possible with some script.
Do let me know if you would like to know about the script solution.
Thanks,
Gaurav - JoseBaezQrew TraineeCan you show this to me as well Gaurav?
- ArchiveUserQrew CaptainWith IOL, this code should do the trick.
$(".saveBtn, [id$=MenuOption]").each(function() {
let text = $(this).text().replace('Save', 'Submit');
$(this).text(text);
});- MichaelCurtisQrew Cadetyou know what quickbase uses for input class names?
- ArchiveUserQrew CaptainWith the help of Chrome's native Dev tool (hit f12 and start exploring).
- MichaelCurtisQrew CadetVery nice so I have this code
var cell = $(".cell")
console.log(cell[3].innerText)
and it works when the file is saved but in edit or new, it doesn't et the value.
I made a button that sends a POST to google calendar. but I want the button to send a post and save the document.
- _anomDiebolt_Qrew Elite
Submit Not Save ~ Add New Record
https://haversineconsulting.quickbase.com/db/bnfvy6isx?a=nwr
Pastie Database
https://haversineconsulting.quickbase.com/db/bgcwm2m4g?a=dr&rid=622- JoseBaezQrew Trainee
Hi Dan,
Its not working for me. Is there any way I can call you or you call me?
- JoseBaezQrew Traineeexcellent! what time?
- _anomDiebolt_Qrew Elite
- ErikaHQrew TraineeHI Dan. I'm trying to do the same thing (change button name to Submit). How can I go about making this change from a standard admin perspective? Is it possible?
- ArchiveUserQrew CaptainI have also tried this multiple times and was having an error due to the Error Code 0X80071A90 occurred on my laptop. But after fixing the error code it got solved.