HELP....
What am I doing wrong?
I can't get the signature pad into a email, also should I be able to save it to a DB or does that take more work?
I am using the advanced editor, dropping in widgets.
I have dropped in the signature pad in the form, and the form all works great. All the data writes to the DB file, except the signature for some reason, even if I add it manually to the DB it keeps getting dropped. In the Create Table function it has it listed as a Form Field. Not sure if this leads to my issue.
In the email if I have the field set as {data:signature} I get this in the email:
[h3]Status
So I know its going in , and I can highlight the whole thing and see it in a browser window, so it is there sort of.
I have tried the suggestions as posted:
<img src="{signature}" />
But I only get a blank result.
Ive tried dropping in a Debugger, but I think I am doing something wrong, there too. I don't know where to get the results of that or really how to use it properly.
I've tried all manner of iterations of the above. I am writing in the 'Body' of the 'General' Tab for the Email in the Submit function.
Any help would be great.
What am I doing wrong?
I can't get the signature pad into a email, also should I be able to save it to a DB or does that take more work?
I am using the advanced editor, dropping in widgets.
I have dropped in the signature pad in the form, and the form all works great. All the data writes to the DB file, except the signature for some reason, even if I add it manually to the DB it keeps getting dropped. In the Create Table function it has it listed as a Form Field. Not sure if this leads to my issue.
In the email if I have the field set as {data:signature} I get this in the email:
[h3]Status
- Correct - Yes
- Issue -
So I know its going in , and I can highlight the whole thing and see it in a browser window, so it is there sort of.
I have tried the suggestions as posted:
<img src="{signature}" />
But I only get a blank result.
Ive tried dropping in a Debugger, but I think I am doing something wrong, there too. I don't know where to get the results of that or really how to use it properly.
I've tried all manner of iterations of the above. I am writing in the 'Body' of the 'General' Tab for the Email in the Submit function.
Any help would be great.