Forum Discussion
QuickBaseCoachD
9 years agoQrew Captain
Sorry, I'm not understanding which "Page", are you wanting to redisplay the page that they were on or to display the newly created record?
If you just want to land the user on the newly created record, then just suffix the URL with &disprec=1
"<a class='Vibrant Success' href='" & [_DBID_ENQUIRIES] & "?a=API_AddRecord&apptoken=apptoken&_fid_10=" & [Record ID#] & "&disprec=1" & "'>Make an Enquiry</a>"
If you just want to land the user on the newly created record, then just suffix the URL with &disprec=1
"<a class='Vibrant Success' href='" & [_DBID_ENQUIRIES] & "?a=API_AddRecord&apptoken=apptoken&_fid_10=" & [Record ID#] & "&disprec=1" & "'>Make an Enquiry</a>"