Forum Discussion
12 Replies
Sort By
- MichaelGraham2Qrew Assistant CaptainThere 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. - QuickBaseCoachDQrew CaptainRight, I was missing the &. for the $URL. So you are Ok now?
Mark