Forum Discussion
JenniferJuhasz
Qrew Cadet
Hi Mark,
Thank you so much for taking a look. I love the simplicity of your suggestion, but it results in a pop-up that says "You must save this Response first".
Is there not a way to code a 'Submit' button that saves the record to the table and takes a person to a Thank You page?
Thank you again!
------------------------------
Jennifer Juhasz
------------------------------
Thank you so much for taking a look. I love the simplicity of your suggestion, but it results in a pop-up that says "You must save this Response first".
Is there not a way to code a 'Submit' button that saves the record to the table and takes a person to a Thank You page?
Thank you again!
------------------------------
Jennifer Juhasz
------------------------------
MarkShnier__You
4 years agoQrew Legend
I think that we need to take a step back here.
What are you trying to do? Where is the user launching from?
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------
What are you trying to do? Where is the user launching from?
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------
- JenniferJuhasz4 years agoQrew CadetHi Mark,
The user is provided with this Survey via an email after an online community forum:
https://familysmart.quickbase.com/db/brkb4ptab?a=GenNewRecord&ifv=1
(I have several of these Surveys built for events we hold - but our team would like the Submit button to redirect to a 'Thank you' page)
Thank you page for our Surveys App is: https://familysmart.quickbase.com/db/brfyiak3f?a=dbpage&pageID=2
Our Orientation Coordinator said it was possible to build a button to do this, but we never reached a point where this was built or I was shown how to do it - so I've been trying to learn on my own (on the fly).
Possible? Seems like it should be a simple executable.
------------------------------
Jennifer Juhasz
------------------------------- MarkShnier__You4 years agoQrew LegendCan you show me the code for your "submit" button?
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------- JenniferJuhasz4 years agoQrew CadetHi Again,
I thought I had included that in the first post. Apologies if it was missed -
My current attempt at the code is:
// Declare Token
var text Token ="d5g2j3tceucis9bqwtfbiba7vy6p";
URLRoot() & "db/" & [_DBID_ITK_ATTENDEE_SURVEY] & "?a=API_AddRecord&AppToken="&[ItK-Token]&"=Approved"&"&rdr="&URLEncode(URLRoot() & "db/" & Dbid() & "?a=dbpage&pageID=2&ifv=1")
What do you think?
Note - I created an Application Token (that took me a bit to figure out,); and then when the code rejected using the Token characters directly (it kept asking me for a Text input) - I created a Variable called ItK and applied the Token code there.
Thank you for your time!
------------------------------
Jennifer Juhasz
------------------------------