Lachlan Phillips
Hi, I'm wondering how I can go about achieving the following: 1) A user places a woocommerce order with formidable (with pay layer running, so the checkout hasn't been run yet) 2) They change their mind on a feature, and edit the form at the front end. 3) The woocommerce order is updated to reflect the new total Perhaps a simpler version of this question is: How do I make it so that updating the formidable entry also updates the corresponding order? It seems like the order only ever contains the first submission, and doesn't update when I update the form entry. Bonus question: How can I get the list of choices to be reflected in the checkout page? Thanks in advance for any ideas, Lachlan
Hi, I'm having a bit of trouble accepting HTML code as entries. I've tried text, richtext and paragraph, and all of them actively strip out all html markup from the entry. Is this an option somewhere? I can't figure out how to turn this off. Cheers Lachlan
Hi gang, I'm looking to use the repeater field, but I want to make it so the default number of repeated fields is 10. Rather than having the user click add 9 times, I would like to just have it pre-populated with 10 repeats on load. Is this possible? Thanks Lachlan
Hi guys, Formidable is working out great so far. I'm hoping to have a common form across multiple pages, but have certain defaults change depending upon what page it's accessed from. Ideally it would be something that allowed me to say eg. [defaultLocation: /defaults/$thispage/default1.txt] rather than parsing the values to the via the location bar. Does anyone have any ideas how one might approach this? Thanks Lachlan