Questions tagged [plugin-freeform]
The plugin-freeform tag has no summary.
163 questions
0 votes
0 answers
38 views
How to build a confirm your email template linked with a Freeform form
I have a Freeform signup form and want to email to be confirmed. Was thinking to send a confirmation notification with a link including their token (confirm/your-email/{token}). Any idea how the token ...
0 votes
1 answer
70 views
How to Remove a Form From a Page Without Deleting It
I am editing the homepage of our website. This fall, our ad agency added a form to the home page. The form is not valid for this time of year so I am trying to take it off the homepage but retain the ...
0 votes
0 answers
14 views
Freeform Submission Search not working
I have not really used the search function for Freeform form submissions but my client mentioned its not working. I tried it and no matter what i searched for i could not get a result of any kind. I ...
0 votes
0 answers
25 views
Form model events no longer available in Freeform V5
I have a custom plugin that relied on the Form Model Events from Freeform version 4, particularly the EVENT_AFTER_SAVE and the EVENT_AFTER_DELETE events. Does anyone know how to recreate this ...
1 vote
1 answer
179 views
Formie or Freeform include current page title in submissions and email notifications
I have not decided on which particular plugin to use yet, but i've been all over the docs for both Freeform and Formie trying to find a way to 'capture' the current page title and include it in both ...
1 vote
0 answers
37 views
How do I get Calendar to appear as a Service Provider after updating to Solspace Freeform 5
I have updated Freeform from version 4 to 5 and have a few questions. But the first is related to getting the Forms Connected to the Calendar. With Freeform 4 we had them connected using Element ...
0 votes
1 answer
90 views
Use Freeform to pre-fill a PDF
Question says it all I think. We have a freeform form, where a visitor writes down their name and other info. From there a PDF is mailed back to them, and they have some fields to complete, that they'...
1 vote
2 answers
98 views
Freeform purge submissions: unknown command
We try to delete the submissions from Freeform with the following terminal command: ./craft freeform/purge/submissions --age-in-days=30 And we get this error: Craft can’t connect to the database. ...
1 vote
1 answer
131 views
Freeform: Specify alternate return url for spam submissions
I'm using a custom Return URL for my Freeform 3.13.7 forms to submit data to a CRM. The issue I'm running into is that my Spam Protection Behavior is set to "Simulate Success", which means ...
1 vote
1 answer
69 views
Compose the value of a field based on values of other fields with Freeform plugin
Is it possible to create a hidden field which is composed by the values of previous fields? Example: Field A: First name Field B: Last Name Hidden Field automatically composes the values: "First ...
1 vote
1 answer
136 views
Freeform Forms field in alphabetical order
Is it possible to display all the forms in the Freeform forms field alphabetically? The default appears to be order by date created, but on a site with over 100 forms it becomes nigh impossible to ...
1 vote
1 answer
298 views
Error on the Freeform plugin
I got this error on the website and the site is working fine and suddenly I can see this. "Undefined class constant 'EVENT_AFTER_VALIDATE" vendor/solspace/craft-freeform/packages/plugin/src/...
1 vote
1 answer
286 views
Attach file to Freeform submission
I'm building a form that allows a user the ability to attach their authored assets onto the form submission. I have a custom module that's hooking into MailerService in Freeform and looking up the ...
1 vote
1 answer
100 views
Freeform upload size error is wrong
having an issue with Solspace Freeform. I have a form with 2 file fields. The max file size has been increased to 20Mb, Nginx/PHP/Craft have all been increased to 20Mb too but yet when I try to ...
2 votes
1 answer
109 views
clear all spam form inputs or mark as read
Is there somebody who could help with an sql query or a how-to to clean up our spam form inputs in a quick way, there are +/-5900 unread spam messages from last years and i want to clean them up. We ...