hammom02
Forum Replies Created
-
Thanks for the update. I look forward to a swift resolution.
M
Has there been any movement on this? I really don’t want to re-build this in another form builder. My client is losing patience with the time this is taking to resolve.
Thank you.
That’s very disappointing that there is no timeframe for a fix. This must a common issue with many developers.
Regards, Mike
Hello, I haven’t heard from you and this is now becoming urgent. Have you managed to do anything about this?
Thanks, Mike
Ok, thanks. I look forward to an update.
Regards.
Here is the xported form link:
https://drive.google.com/file/d/1uMLWZxwEYG178gi-jjiZT4fZ9X-5aRvc/view?usp=sharing
Thanks. Mike
Load form using Ajax is checked and so is Prevent page caching without any difference. It still takes between 20 and 30 seconds to load the form. By this time the user has given up. Why is it only Safari on desktop that is an issue?
As far as I can see, the Forminator team having been working for over a year on this without any resolution. Do you have any more suggestions?
Thanks.
Luis, I’ve cleared the browser history and caches, deactivated all plugins except Forminator and switched to a basic theme but it hasn’t made any difference. The form is still taking about 20 seconds to load. Do you have any more suggestions?
Thanks.
This is fine if you can access the database, but that’s way beyond my client!
I found that if you set up a UM radio field with is_featured as the meta key and 0 and 1 as the values, it doesn’t get written back to the database as a clean 0 or 1. It gets written as a:1:{i:0;s:1:”0″;} and a:1:{i:0;s:1:”1″;}.
So, by changing your code to this below, I can control the featured users from the Profile editing pages.$args['meta_query'][ ] = array( 'relation' => 'OR', 'featured_clause' => array( 'key' => 'is_featured', 'value' => 'a:1:{i:0;s:1:"1";}', 'compare' => '=' ), 'regular_clause' => array( 'key' => 'is_featured', 'value' => 'a:1:{i:0;s:1:"0";}', 'compare' => '=' ),I hope is helpful to others. It certainly was to me!
Patrick,
thanks for getting in touch. The original link is now Forminator again. Sorry about that!Here is a link to the Form code on Dropbox: https://www.dropbox.com/s/oyq8tlkvr4hl7qt/forminator-contact-form-export.zip?dl=0
I’ve tried this with my PayPal credentials and my client’s and neither work.
The actual forms I want to use are far more complex than this. This is a simple form for testing.
Thanks,
Mike