foscolino
Forum Replies Created
-
Forum: Plugins
In reply to: [Payment Gateway for PayPal on WooCommerce] disable mybanksorry, i have seen, function is alredy active! thanks
Forum: Plugins
In reply to: [Custom Datepicker NMR] Limit The Range of Date Picker to Only One yearHi @mirceatm very good support!! ??
modify on plugin now is perfect!! thanks a lot..
Regards.Forum: Plugins
In reply to: [Custom Datepicker NMR] Limit The Range of Date Picker to Only One yearHi mirceatm,
I have tested your update, I have found another little bug ??[datepicker* myFirstDatepicker id:myFirstDatepicker format:ddmmyy min:2022-01-01 max:2022-12-31]
If you set date before value [min:2022-01-01], for example 02012021 the plugin work correctly! ?? very good!!
but if you set date after value [max:2022-12-31], for example 02012023 the plugin don’t work ??
best Regards
Forum: Plugins
In reply to: [Custom Datepicker NMR] Limit The Range of Date Picker to Only One yearHi mirceatm,
I have tried plugin v1.04 on another website and the bug is the same ??[datepicker* myFirstDatepicker id:myFirstDatepicker format:dd.mm.yy min:2022-12-01 max:2022-12-31]
when click on button “submit” receive error: “La data è antecedente alla prima data consentita”
you can view simple form at this URL
- This reply was modified 2 years, 4 months ago by foscolino.
Forum: Plugins
In reply to: [Custom Datepicker NMR] Limit The Range of Date Picker to Only One yearHi, I’m using plugin v1.0.4
the date in the calendar gui is correct, but when i try to complete a form I receive always errore messages: The date is prior to the earliest allowed date.I have done same stamps:
CALENDAR OK
ERROR ON VALIDATE
PLUGIN- This reply was modified 2 years, 4 months ago by foscolino.
Forum: Plugins
In reply to: [Custom Datepicker NMR] Limit The Range of Date Picker to Only One yearHi mirceatm, i have upgraded plugin to v1.04, my date is set in italian format “ddmmyy”, how this:
[datepicker* DATA_COMP id:myFirstDatepicker format:ddmmyy]
if I set min and max the graphical gui of calendar work correctly, but when i try to validate form I receive always date error, I have tried some combination without success ??
[datepicker* DATA_COMP id:myFirstDatepicker format:ddmmyy min:01012022 max:31122022]
I, you can mark this ticket as complete, thanks
Forum: Plugins
In reply to: [Contact Form 7] Add spaces to CF7 field namesHello @Nager, thanks for response
Hi Jules, very good! WORK perfect!! thanks for your support!!
Hi Jules, i have seen your posts, and work correctly! ??
But I would like to send the email dynamically based on what’s written in the email field, for example take look this screenshot:if i select “Cliente” show default address “[email protected]” -> ALL OK.
but if i want to write another mail address in this field, for example “[email protected]”, how is it possible send mail to new address ? ??I’m desperate!! can you help me, please? thanks for your support
Forum: Plugins
In reply to: [Contact Form 7] Validate field select box customHi, i have resolved the problem, the validation function now is:
function filter_cursusecm($result,$tag){ $type = $tag['type']; $name = $tag['name']; if($name == 'cursusecm'){ $the_value = $_POST[$name]; if(!is_cursusecm_blank($the_value)){ $result['valid'] = false; $result['reason'][$name] = '<br>---------------------------------------------------------------------------------------------<br>Attenzione! Non hai indicato il Corso al quale ti vuoi iscrivere. Grazie<br>---------------------------------------------------------------------------------------------'; } } return $result; }
Forum: Plugins
In reply to: [Contact Form 7] Validate field select box custom“is not valid against your validation” when default value of custom select form is “—“.
VIEWI can’t write a correct function ??
sorry but $output should be:
$output = "<span class='wpcf7-form-control-wrap cursus'><select name='cursus' class='wpcf7-form-control wpcf7-select wpcf7-validates-as-required' aria-required='true' id='cursus' onchange='document.getElementById(\"cursus\").value=this.value;'><option>---</option><span>";
or
$output = "<span class='is not valid against your validation cursus'><select name='cursus' class='wpcf7-form-control wpcf7-select wpcf7-validates-as-required' aria-required='true' id='cursus' onchange='document.getElementById(\"cursus\").value=this.value;'><option>---</option><span>";
Forum: Plugins
In reply to: [Contact Form 7] Validate field select box customany idea for validation? ??
Forum: Plugins
In reply to: [Contact Form 7] Validate field select box custommmm…I have not set any function about “is_not_valid_against_your_validation” ??
I would not know how to do ??
how can I do to make my custom select like any other form?
I would like the validation functions like other form, how this example
thanks a lot for your support.
Forum: Plugins
In reply to: [Contact Form 7] Validate field select box customHi Miyoshi, i have tried to change code to “cursus”, but when i try to send form I get a loop and the email is not sent ??
if ( 'cursus' == $name ) { $the_value = $_POST[$name];
I have set my php.ini in debug mode but i don’t see any errors ??
this is apache log:
[Sat Jan 10 09:39:42 2015] [error] [client 192.168.20.40] PHP Fatal error: Call to undefined function is_not_valid_against_your_validation()
this is my error