Problem I have two forms that have a repeater with a dynamic field (checkbox) inside it. When a checkbox is checked, I want them to be hidden in the future dynamic fields. Basically, I need every checkbox to only be checked once. If it gets unchecked, I want it to reappear. Once all checkboxes are [Read More…]
Programming
Change WordPress User Role when Editing Field in a View
Introduction We check several Formidable related community support sites daily, sometimes more than once a day. We’re always looking for opportunities to help others, but once in a while we’ll bypass an opportunity or two because the amount of research required to solve the challenge takes as much time as doing the job itself. With [Read More…]
Update Form Field Values with PHP
Formidable’s knowledge base is a valuable resource with a lot of very good coding examples. One in a while though, you run into a code example that doesn’t quite work as intended. Such is the case with the example for updating a field value with PHP. The problem with the knowledge base code example has [Read More…]
Building a Workflow Engine
Overview One of the most frequently asked questions when it comes to building a Formidable Forms business process is “How do I build a workflow to assign tasks, track sequence completions, and move to next steps?” Workflows can be complicated. Oftentimes, there are security considerations such as “How can I allow the project manager to [Read More…]
Taming E2PDF Saves
This Mastermind tip is contributed by Rob Levine (@RobL) from the Formidable Slack Community. Thank you Rob! Problem I am using e2PDF to create a PDF of a submitted Formidable Form. The difference for me is that I both want to save it to the server and do it without the user knowing (or caring) [Read More…]
Integrate QR Code With Formidable
Requirement A long-term client asked us to integrate QR Codes with Formidable Forms. This particular client runs an agency out of Denver, Colorado. Her client is a grocer. This grocer uses Formidable Forms to sign up ambassadors (affiliates) and partners. When an ambassador entry is submitted, the user is sent an email that includes this [Read More…]
How to Change the Datefield’s Calendar Start Day
Question This question comes from a poster in the Formidable Slack Community: How can I change the inline datepicker field to start on Saturday by default? Solution You cannot change the datepicker to start on a different day of the week by default through the Formidable build screen. However, Formidable uses the ubiquitous jQuery UI [Read More…]
How to Provide Instant Feedback on Forms
Quiz Building Anyone? Are you using Formidable to build quizzes? Many people are and Formidable allows you to build really nice quizzes right out of the box. But, what if you have special requirements like this poster in Formidable’s Slack Community. The Requirements Have a ‘check answer’ button after each multiple choice question. If all [Read More…]