JaimeFonseca
5 years agoQrew Trainee
Help! Button URL
Hello, can someone give me the idea of how to make a url button register information in several fields, I currently have a button that takes me to a page that has a form with two fields, but only registers one. this is my code.
var text urlToExecute = URLRoot() & "db/" & Dbid() & "?a=API_EditRecord&apptoken=cnbri4sbttfxsfys53ftbiz34vv"
& "&rid=" & [Record ID#]
& "&_fid_30="
& "&_fid_111=" // I've tried adding another record but this one doesn't work
;
URLRoot() & "db/" & AppID() & "?a=dbpage&pageid=11"
& "&url=" & URLEncode($urlToExecute)
------------------------------
Jaime Fonseca
------------------------------
var text urlToExecute = URLRoot() & "db/" & Dbid() & "?a=API_EditRecord&apptoken=cnbri4sbttfxsfys53ftbiz34vv"
& "&rid=" & [Record ID#]
& "&_fid_30="
& "&_fid_111=" // I've tried adding another record but this one doesn't work
;
URLRoot() & "db/" & AppID() & "?a=dbpage&pageid=11"
& "&url=" & URLEncode($urlToExecute)
------------------------------
Jaime Fonseca
------------------------------