Hi All
I have a field "Company Name" that is populated from db Lookup, i then want to use this field value in a URL populating the "Company Name" in URL in a Custom HTML field.
Ive read that you cant use the value without submitting as the value hasn't been entered in the forms database and that JavaScript is needed to update the value.
<p><font size="4">Click this link to access the Induction Page</font></p><a href="https://test.co.nz/Forms/Induction?Type_of_Induction=20&Company={/dataset/Company_Name}" target="_blank" "=""><font size="4">Click Here</font></a>
I'm using the "dataset/company_name" in the URL but what JavaScript do i need to update the "Company_Name" so its appears in URL ?
Appreciate any advice given