aswitahidayat
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [Polylang] Make post available in all languageslooking for same feature 🙂
Forum: Plugins
In reply to: [Contact Form 7 Confirm Email Field] Works, but no red error messagesame here, just get error message
Validation errors occurred. Please confirm the fields and submit it again.
at the bottom of form.
I think it’s error because noinvalid_confirm_emailmessageelseif ( $value != $_SESSION['emailval'] ) { $result->invalidate( $tag, wpcf7_get_message( 'invalid_confirm_email' ) ); }Forum: Plugins
In reply to: [Contact Form 7] 1 configuration error foundSame here
I configure contact email to[email protected], [mail]
It’s works, but i get error1 configuration error found.Forum: Plugins
In reply to: [Contact Form 7 Datepicker] set min-date from other datepickerSolved, I use this code:
<script> jQuery(function($){ $("#date1").datepicker({ dateFormat: 'dd/mm/yy', onSelect: function(dateText, inst){ $("#date2").datepicker("option","minDate", $("#date1").datepicker("getDate")); } }); }); </script>Forum: Plugins
In reply to: [Contact Form 7] Error when submit with recaptchaI have found the problem,
it error because i put the contact form on my subdomain.
Previously, i registered subdoman.example.com, but after replace to example.com, it’s works
Viewing 5 replies - 1 through 5 (of 5 total)