Hi,
I had a look over the forum but couldn't find an answer, apologies if I have missed it.
I have an account with FLG360.co.uk, that handles lead management.
I'm using CF to submit leads directly into the system using the Submit URL option. Everything is working fine bar one problem.
We need images to be attached to our leads. FLG360 does not have this function so my thoughts on a work around are to have the URL of the image that is uploaded sent to a standard text field in FLG360, our sales team can then just copy and paste the link in their browser to see the image.
Can anyone suggest how this would be done? This is the code that I have for the text field from FLG360:
How can I replace this field with a file upload box that submits the URL of the file into FLG360?
Many thanks in advance
I had a look over the forum but couldn't find an answer, apologies if I have missed it.
I have an account with FLG360.co.uk, that handles lead management.
I'm using CF to submit leads directly into the system using the Submit URL option. Everything is working fine bar one problem.
We need images to be attached to our leads. FLG360 does not have this function so my thoughts on a work around are to have the URL of the image that is uploaded sent to a standard text field in FLG360, our sales team can then just copy and paste the link in their browser to see the image.
Can anyone suggest how this would be done? This is the code that I have for the text field from FLG360:
<label for="strLeadData1">Image URL:</label>
<input type="text" name="strLeadData1" id="strLeadData1" value="" />
How can I replace this field with a file upload box that submits the URL of the file into FLG360?
Many thanks in advance