Sending a value to a field in an embedded form
Hi.
First of all - good job on an excellent product with a huge potential! And the support so far is amazing.
A question about embedding forms:
I am writing an application that manages our customers and among other things collects leads from our site. I have written a form "leads". One of the fields in it is "Industry". The leads come from different industries, and on our site we have a page for each industry. I don't want to create a lead form for each industry (becuase we have many), rather use one form, hide the Industry field, and somehow send it a value depending on the page we embed it in (i.e. if the form is embedded in the "Industry A" page then field Industry = "Industry A", if it is embedded in the "Industry B" page the the field Industry = "Industry BA", etc.)
Is this possible?
Thank you