rmesupport
Forum Replies Created
-
I am having exactly the same issues as Nebu John reported.
Following his lead I can report that when we switched Captcha v2 from Invisible to Checkbox the issue resolved.
Kind regardsHi Nithin
Thanks for your response.
We have already deleted those records directly on the database.
Next time we will try your suggestion.
Many thanks, RME- This reply was modified 1 year, 11 months ago by rmesupport.
Hi Kris
Thanks for the confirmation re data base edits.
How do we “apply delete a submission”? – the failed submissions do not appear in the Submissions page.Hi Adam
My work around has been to delete all the Name fields in the form and then re-insert them.
The field-ID starts again from “name-1”
A bit of work but all good now.
Thank you for assisting> ??Hi Adam
Your solution to delete field, clear cache, re-insert field worked.
Thank you heaps.
But …. the re-inserted Name field has now been given a field code of “name-3” – the deleted Name field used to have a field code of “name-1”.
How can I change this new Name field from a field code of “name-3 to “name-1”?
All my further pre-populates and also the auto email notifications have all been coded with a reference to “name-1”.
Many thanksHi Kris
Thank you for your prompt response.
I was trying to do exactly what you suggest But …..
I cannot select “LAST NAME” in the drop down as it does not exist,
Only “name-1-first-name”
Best regardsHi Adam
Thank you for your prompt reply.If you are using only First and Last name within name field then with current version of Forminator these “subfields” should already be evenly aligned out of the box without a need for any custom CSS.
I have removed the custom CSS that I used in earlier versions and have upgraded to the lastest version of Forminator. All is now aligned.
Thank your for your help. ??Hi Kasia
Thanks heaps!
That worked 100% perfect.
Best regards,
BrettHi Kris
Thanks for looking into this.
Our development and testing is on a localhost so I will try and post the required info here ….
Page URL extension is – ?cntry=AF
Form export is here –
https://easyupload.io/d89n2g
As you can see I have enabled the “Country” component in the “Address” field as I need the value when I add the PayPal button and use the PayPal prefill billing feature.I would like to hide the “Country” from display in the form so user is not able to see or change this value.
Adding this code –
#address-1 .forminator-field {
visibility: hidden;
}
in the Form >>Appearance >>Custom CSS section, will hide all the “Address” field components – But I only want to hide the “Country” component.I hope this is the info you require.
Many thanks
BrettHi Nebu
I am now able to do my PayPal https testing from any device on my network.
The solution was simply to Open SSL port 443 – as an Inbound Rule on Windows Defender firewall on the host PC.
Regards, Brett
Hi Nebu
Yes, the localhost site is accessible from other devices on our local network.
I have installed an unsigned SSL certificate by following this guide.
https://infyom.com/blog/how-to-enable-localhost-https-ssl-on-wamp-serverI am now able to conduct testing using the Paypal sandbox payment gateway from a Forminator form, without getting an error. Transaction completes in Sandbox succesfully.
localhost server now has a https:// url,
however when accessing from another device only https:// will work. I don’t believe this will be a problem for me.I will continue with the Forminator – Paypal testing.
Regards, Brett
Update …
I have found WAMP support to install SSL certificates – I will follow this route and report progress.Hi Patrick
I have done some more detailed testing on this issue.
Your solution ” to create an empty value in the first option:” does work. A closer review of my attempt to use an empty value earlier has revealed that the value field was not as empty as I thought – it had a “space” in there. This “space” may have been generated from using a “space” as content in the label field.
I have further eliminated the impact of the “Go” or “Enter” actions by removing the “submit” button from display. I achieved this by adding the following code in the “Custom CSS” section under “Appearance” –
.forminator-button-submit {
display: none;
}I believe the removal of the “Submit” button in this way only works for me because I am using the “Paypal” button to do the final submit.
Thank you for your great supoort and an awesome product
Best Regards
BrettHi Adam
I will do the testing and update here – I am caught up with “Go Live” for the next few days but can progress the testing after that. I suspect the issue may be caused by my conditions within the form build but i will look into that during testing.
Best Regards
BrettHi Patrick
Thank you for your prompt reply and assistance.
I did try the empty value option during my search for a solution – without success.
I am going to test it all again by trying with and without “select” checked.Thanks,
Brett