After
$entry_data = $vfbdb->get_entries_meta_by_form_id( $form_id, $where );
add this code:
// problem: the array $entry_data is not ordered by ID, so it is not in order of the entries
// extract the “ID” values into a seperate array
$idArray = array_column($entry_data, “ID”);
// sort the original array by ID
array_multisort($entry_data, SORT_ASC, $entry_data);
Just wanted to let you know.
]]>How to Use Query Strings to Auto-Fill a Text Field? and auto fill a dropdown?
an example from WP Forms:
https://wpforms.com/docs/how-to-use-query-strings-to-auto-fill-a-text-field/
I would like to fill the form values using URL query parameters:
Let say: https://example.com/contact?name=John should fill the value John in the name field of the form.
and let say.
https://example.com/plugin?language=french
It should select the value French from the list of languages.
I am using pro version of VFB.
Please help.
Thank you in advance.
-Shridhar K
]]>Could you please help me out with this plugin?
My client is receiving double entries when they submit the form.
When the form is submitted it will sent to [email protected] if I change it to my own e-mailadress [email protected] I am not receiving the double entries.
Could you please resolve this issue?
Kind Regards,
]]>Thanks @serge00
]]>We have a problem with this plugin. We tried to integrate google’s “recaptcha v2”
in a form.
But when I activate the recaptcha, we got the message “recaptcha v1 is shutdown”.
Can you help me?
What do I have to do?
Thank you
Best regards