JaimeFonseca
5 years agoQrew Trainee
Text registration button in html form
Hello colleagues, I am new to quick base and I am trying to create a button that contains a url with a form of x fields, I want that when you click on the button of the page, it registers the fields in the form that I have, but I only you are registering a single field.
This is my code, what do I do?
var text urlToExecute = URLRoot() & "db/" & Dbid() & "?a=API_EditRecord&apptoken=XXXXtokenXXX"
& "&rid=" & [Record ID#]
& "&_fid_30=" // It works
& "&_fid_111=" // Does not work
& "&fids=30.111" // Does not work
;
URLRoot() & "db/" & AppID() & "?a=dbpage&pageid=11"
& "&url=" & URLEncode($urlToExecute)
------------------------------
Jaime Fonseca
------------------------------
This is my code, what do I do?
var text urlToExecute = URLRoot() & "db/" & Dbid() & "?a=API_EditRecord&apptoken=XXXXtokenXXX"
& "&rid=" & [Record ID#]
& "&_fid_30=" // It works
& "&_fid_111=" // Does not work
& "&fids=30.111" // Does not work
;
URLRoot() & "db/" & AppID() & "?a=dbpage&pageid=11"
& "&url=" & URLEncode($urlToExecute)
------------------------------
Jaime Fonseca
------------------------------