Hello!
I read that Chronoform can get info from DB in an other topicm.
However i wounder if it is possible to get feilds preloaded with data from the web address that will be created in on other software?
/Henrik
Hi Henrik,
Possibly, how will you pass the data to the ChronoForm?
Bob
What i hade in mind is that on my PDF invoices i could do a link to the form with the reference no filled in and even perhaps the custumer name.
Hi ledyr,
If you add an identifier to the embedded link e.g. the invoice number &inv=x9999y then you can use the ChronoForms DB Record Loader to recover any related information.
Bob
ok, do i understand right if i then need to have the information stored in the db already to pull information?
or is it possible to make a dynamic webaddress that could contain custumer name and invoice no for example?
Henrik
Hi Henrik,
Sure you can include the information in the URL. It probably needs to be URLencoded to work correctly (there are some characters that can't be included in URLs). I'd probably think about base64 encoding it to - that just gives a long, random looking string.
Bob
THANK YOU! This is awsome!
I will now start to generate QR codes that will make pre-filled in forms!
Henrik
Hi henrik,
If you need it I have a QR library running in a ChronoForms somewhere on a test form.
Bob
ah, that would be great to look at!
/henrik