Hello @nyseller987
I trust you’re doing well!
Is there a specific code or method for me to implement minimum characters in the provided text field option? I only see maximum characters.
This can be done with some custom coding. Our developers have prepared a mu-plugin that can limit the characters in a text-area. Please download the file forminator-limit-characters-in-text-area.php from here. Upload it to /wp-content/mu-plugins/
folder.
On line #3 replace the textarea-1
in $field_id = 'textarea-1';
with the field ID where you wish to limit the number of characters.
On line #6, edit the number 15 in if ( 15 > strlen( $field['value'] ) ) {
, to set your own limit.
On line #7, please do not forget to edit the text, that will be shown as warning message
$submit_errors[]['textarea-1'] = 'You need to insert at least 15 characters in the textarea';
And lastly, I count on the email confirmation after payment is sent, This email confirmation takes approximately 45-55 seconds after paypal checkout is complete, Any possibility of addressing to a much faster turnaround?
Submission speed depends on lot of factors, one of the most general are:
1. How big the form is,
2. How fast is the server site is on,
3. How well your site is optimized,
4. and how fast a payment gateway can process the payment.
If a payment takes up to 40 seconds to complete, I’m afraid this can’t be improved as this depends on how PayPal processes the payment.
If you have any further questions, please open a new thread in our support forums.
Kind regards,
Nastia