Pemptus
Forum Replies Created
-
Hi,
Good stuff, thanks. The file modification works, as does just using lower case letters for the checkbox.
Glad to hear it’s getting a proper fix soon.Hi @wpmudevsupport15,
I can’t exactly share the link, since I’m doing the testing on localhost. I did just test it out on a server, though, so the problem’s universal. I quickly whipped up this form: https://pastebin.com/dkeZe5ZD – put it in, try to write something in the text field and see if it gets saved when “save as draft” is used.
You can exchange the text field for any other field.By all means, mark away.
Great, it works now.
Now I can just edit the ‘value’ in the script to put together a draft link – this will make things a bit more convenient.
Thanks for going the extra mile.Thanks.
I checked it out and it doesn’t seem to do anything. I added the “<?php” opening tag, put the file in mu-plugins – as is tradition – and edited $form_id and hidden-1 as appropriate. The hidden field behaves as it always does.I double-checked the form id, and folder permissions are ok as well.
Am I missing something? Should the hidden field be the “Query Parameter” or “Custom value” type? What should I enter there, if so?
I see, thanks. I guess that’ll have to do for now.
I don’t suppose there’s a variable that can be used for a hidden field? Similar to “Submission ID” from the preset, but “Draft ID”? That would make it a bit more convenient and open up some possibilities.Hi,
I finally have some time to test it out on a new website and a new form (which is the only one active). I used the “include” method, leaving “exclude” empty –
private $include_form_ids = [213];It doesn’t seem to work. The numbering goes along as normal.
and this does nothing as well:
private $start_number = 1;Also, the reset link doesn’t seem to work, nothing resets:
* To reset order number of a form, please login the admin * and then try to access this url: yoursite.com/wp-admin?wpmudev-fm-reset-order-number-by-form-id=[form_id]Hey,
I just found the time to check it again and it worked this time – not sure what I did differently, really. Might’ve been my error.
Thanks again, file this one under “definitely resolved”.Thanks. Just to be clear:
private $include_form_ids = []; private $exclude_form_ids = [];//enter list exclude form ids, e.g: [234,456]Please confirm the below points. I wouldn’t want to mess things up.
1. When I enter 123 in “include”, only form 123 will have individual numbering and other forms will be unaffected.
2. When I enter 123 in exclude, all old and new forms will have their numbering reset to 1 and will be counted individually EXCEPT for form 123, which will continue with the global numbering scheme.
3. When I leave these two values empty, nothing will happen.Is this correct?
Alright, I’ve double-checked the snippet with two separate forms and it just doesn’t seem to work – the designated hidden field just returns whatever it’s set to return.
Could you take another look?I’ll check it out, thanks.
Forum: Plugins
In reply to: [MapGeo - Interactive Geo Maps] Custom region codesOk, thank you. I’ll do that.
I hate to be that guy, but is the fix still being worked on? It’s been a while and line breaks are still not working.
Okay, thanks for the update, good luck with the fix.
Forum: Plugins
In reply to: [Mixed Media Gallery Blocks] Don’t load large lightbox images before clickingAlright, thank you. While I understand the reasoning, I’d prefer to have a setting that would toggle this behavior, or some middle ground (an image size between “small thumbnail” and “giant, full-sized image” that would be used as higher quality thumbnail images).
Either way, resolved. Thanks for the support and the excellent gallery plugin.- This reply was modified 4 years, 4 months ago by Pemptus.