bewatermyfriend
Forum Replies Created
-
I’m using another plugin now. Guess it takes several days here to get some support.
And it is not nice to add a feature like this if there is no option to disable it. Actually it destroyed my system that I have created, so I had to find another solution quickly.
Forum: Developing with WordPress
In reply to: How to add this simple Javascript code into a page/post?Whatever I tried, I only see white space. No fields as shown on the link. Just like it’s an empty page. Can I ask how you would embed this code into a page or post?
Hello.
Will you help me with that if I try the WPMUDEV Premium 30days for free?
I could pay some money for that, but not too much.I only need the features for non-registered users.
Weather I need option 1:
autopopulate fieldsOr option 2:
If fields left empty then read URL Parameters and output them after clicking on submit, as I explained in my first post.If you can not help me, then I can not finish my project. ??
This plugin is the only one that has all what I need expect the thing with the autopopulate or URL Parameter.I think for a programmer it is very easy and done in under 20 minutes. I need at least 2 months to add this little feature by myself ?? Already asked in forums, but nobody can help me. So, here I got my last chance for hoping on support, for that I would pay a small amount. Let’s say about 20$…
Best regards
StephanThank you for your answer.
I created a hidden field as shown on the image now.
I have 3 fields: Name-1 Name-2 Name-3
On the Behaviour page I wanted to setup autofill but I only can choose between
Display Name
Username
First Name
Last NameMy hidden field is not displayed there and I don’t know where or how I can setup Auto-populate if not there.
I want all 3 name fields be populated by the URL Parameter.
If URL is example.com/?name1=tina&name2=john&name3=steven
Then the fields should be autofilled by those names tina john and steven.Sorry for my bad understanding, but I really need this future and this is the best form plugin I could find after very long research.
So I would appreciate it alot if you help me.
Thank you very much.On another site I found this code and created a plugin with it:
$forminator_fields = array(
// Put the fields here
// first the URL GET parameter, then the field class in the form
“f_name” => “forminator-field-name-1”,
);But it is not working, maybe I do something wrong. Please help me.