Forum Discussion
MCFNeil
8 years agoQrew Captain
You will not be able to do this will the native green save button.
You will need to make a new save button and add it to the form.
The formula for the save button will use the "LinkAway" function.
Here is an example of that:
You will need to make a new save button and add it to the form.
The formula for the save button will use the "LinkAway" function.
Here is an example of that:
"<a class='Vibrant Success' href='javascript:LinkAway(\"" & URLRoot() & "db/" & Dbid() & "?a=dbpage&pagename=success.html" & "\");' >Submit and redirect</a>"
// This works because you have turned on the table's advance settings, "Save parent record automatically when a child record is created."
// This also is borrowing the LinkAway that gets automatically added for formula url fields. We are invoking it here so when we are directed to the success.html page the record is first saved.