ArundelMom
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form DB] Text Area FormattingBrilliant!!!
Thank you so much!!!Forum: Plugins
In reply to: [Contact Form DB] Text Area FormattingThanks!
works to preserve the line breaks - but now I don't have text wrapping! I am trying what I can... nothing helps yet...
Forum: Plugins
In reply to: [Contact Form DB] Where do I find a URL for uploaded filesWait – really bizzare – the code on the screen of the short code builder actually looks like this: but copies as above…
[cfdb-html] form=”My-Form” filter=”Submitted=May 12″][/cfdb-html]
Forum: Plugins
In reply to: [Contact Form DB] Where do I find a URL for uploaded filesMy Shortcode is below, and here is a URL to what it looks like…
http://www.arundelknights.org/?page_id=368[cfdb-html form=”News and Events Submission Form” show=”your-name,Submitted,your-subject,your-message,UploadSupportingPDF,URL,Section” limit=”20″ filelinks=”link” filter=”Submitted=May 12, 2011″ orderby=”Submitted desc”]
submitted: ${Submitted} by ${your-name} for${Section}
${your-subject}${your-message}
Uploaded file name or URL:${UploadSupportingPDF} ${URL}***
Also, there seems to be a little bug in the shortcode generator: There seems to be an extra bracket after May 12″
[cfdb-html form=”My-Form” filter=”Submitted=May 12″][/cfdb-html]
Forum: Plugins
In reply to: [Contact Form DB] Where do I find a URL for uploaded filesThis is great and works fine, except I think there is an issue with viewing PDF files, which is what we are uploading. Image uploads look great, but the PDFs are just code. Do we need a HTML to PDF converter or something? Thanks so much for all your work!