Tekkaman
Forum Replies Created
-
I too am encountering this after following the very simple instructions given.
There may be a single thing we are missing, Robin.
I hope this gets answered, as nobody else has posted about this yet.
Forum: Plugins
In reply to: [Contact Form DB] Controlling IMG Dimensions W/ [CFDB-HTML]RESOLVED!
Forum: Plugins
In reply to: [Contact Form DB] Controlling IMG Dimensions W/ [CFDB-HTML]Thank you. It turned out to be an ID/Naming issue on my part.
I will mark this as resolved.
Forum: Plugins
In reply to: [Contact Form DB] Controlling IMG Dimensions W/ [CFDB-HTML]Hello again!
I have successfully achieved what I sought to do thanks to your help.
One issue that I have found, however, is that it seems as though only 3 files are being saved in the database. Currently we are showing 5 upload fields. Is this a limitation on CFDB’s front, or possibly just CF7’s? Possibly my own settings?
Here is an excerpt of my code:
[cfdb-html form=”Contact form 1″ filelinks=”url”]
<img src=”${file1}” width=”50″ height=”50″>
<img src=”${file2}” width=”50″ height=”50″>
<img src=”${file3}” width=”50″ height=”50″>
<img src=”${file4}” width=”50″ height=”50″>
<img src=”${file5}” width=”50″ height=”50″>
[/cfdb-html]The form itself also has 5 upload options, all associated to file1-5.
Thank you so much!
Forum: Plugins
In reply to: [Contact Form DB] Controlling IMG Dimensions W/ [CFDB-HTML]I will attempt this in a second. Thank you so much for the prompt response!