steeluck
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] prevent form submission with jquery when error is present?Sometimes it does prevent the form from submitting on errors, but sometimes not. I think it’s more on the cache of the browser
hello
am sorry i cannot provide any link due to client confidentiality issues, but the page referring to uses the browser’s PHPSESSID cookies to display the info.while generating the pdf, the cookies are still present however.
Forum: Plugins
In reply to: [Contact Form 7] Allow user edit form after a submission?Thanks for the info. But is there another way I can use to do this in CF7?
thanks it worked
UPDATE:
I would like to use the PHPSESSID using the $_COOKIE, and use it in a shortcode to retrieve and display the image uploaded from a contact form 7 webform, for a specific PHPSESSID (which will represent a unique user session in this case).
[cfdb-html form="MyForm" show="file-upload" filter="Cookie PHPSESSID=$_COOKIE(PHPSESSID)" limit="0,1" filelinks="img"]${file-upload}[/cfdb-html]I’ve tried with the above code, which works fine when am logged in, but if am filling in the form as an anonymous user, am getting the following message on the redirected page:
You do not have sufficient permissions to access this data.How can I get the image to show?
Forum: Plugins
In reply to: [Contact Form 7] Show textbox if "Other" is selected in dropdown list?thanks again for the info, however i will have to do this in contact form 7 itself since the person am developing for does not want to buy any plugin.
so basically am left with using jquery/php to perform these tasks?thanks for the info