Forum Discussion
MichaelGraham2
9 years agoQrew Assistant Captain
There are extra characters beyond the end of the formula.
var text URL = URLRoot() & "db/" & [_DBID_ENQUIRIES] & "?a=API_GenAddRecordForm&_fid_10=" & URLEncode ([Record ID#])& "&z=" & Rurl();
"<a class='Vibrant Success'href='" &$URL & "'>Make an Enquiry</a>"
That works with an & before the $URL :)
I've been trying all sorts of combinations of this for 2 days!!
Thanks again Mark.
var text URL = URLRoot() & "db/" & [_DBID_ENQUIRIES] & "?a=API_GenAddRecordForm&_fid_10=" & URLEncode ([Record ID#])& "&z=" & Rurl();
"<a class='Vibrant Success'href='" &$URL & "'>Make an Enquiry</a>"
That works with an & before the $URL :)
I've been trying all sorts of combinations of this for 2 days!!
Thanks again Mark.