GusRuss89
Forum Replies Created
-
Forum: Plugins
In reply to: [Material Design for Contact Form 7] Making Select field mandatoryIt doesn’t look like it’s currently set to mandatory, but when I filled out the form and left that field blank, I got a blank field in the email (not “Which session would you like to join?”), which seems correct.
You may just need to clear your browser’s cache and retry. Can you let me know if that fixes the problem?
http://www.refreshyourcache.com/en/home/
Thanks,
AngusForum: Plugins
In reply to: [Video Backgrounds for SiteOrigin Page Builder] long window.onload delay@koutsenko you should also use jQuery’s document.ready rather than window.onload for precisely this reason.
Forum: Plugins
In reply to: [Material Design for Contact Form 7] Making Select field mandatoryForum: Plugins
In reply to: [Material Design for Contact Form 7] Making Select field mandatoryI see your problem now. You found a bug. I’ve updated the plugin with a fix, please update and let me know if your problem is resolved.
Thanks,
AngusForum: Plugins
In reply to: [Material Design for Contact Form 7] Making Select field mandatoryMandatory/required literally means “not blank”. If you don’t add
include_blankto your field, then it can never be blank, which means it doesn’t make sense for the field to be mandatory/required.In other words, if you don’t add
include_blankand someone fills out the form but leaves the select field, it will still have a value (not blank) – which in your case is “07th October 2017”.Let me know if I’m still misinterpreting your question.
Thanks,
AngusForum: Plugins
In reply to: [Material Design for Contact Form 7] Making Select field mandatoryYou just need to include a blank option – otherwise your select field will select “07th October 2017” as the value, meaning it can never be blank, and won’t trigger a required field rule.
Your code should be:
[md-select label=”Which session would you like to join?”] [select menu-1 include_blank “07th October 2017” “14th October 2017” “21st October 2017” “28th October 2017”] [/md-select]Thanks,
AngusHi @alex404,
FYI, I’ve released an update to the plugin which includes a fix to this issue.
Thanks,
AngusForum: Plugins
In reply to: [Material Design for Contact Form 7] Admin sidebar toggle buttonHi @imcobarn,
Hmm this doesn’t happen in any of my test setups. Could you let me know if there are any errors in the JavaScript console when you collapse the menu?
https://codex.wordpress.org/Using_Your_Browser_to_Diagnose_JavaScript_Errors
Thanks,
AngusHi @alex404,
Nice work on your solution. I will look at integrating this into the next release, though I think the only case where it will be an issue is when a multi-step form plugin is in use.
Thanks,
AngusClosing this thread and will work through the problem with you on your other thread.
Hi @alex404,
It looks like your theme probably has some CSS overriding parts of the plugin CSS.
Do you have a live link I can view this on to help debug?
Thanks,
AngusForum: Plugins
In reply to: [Material Design for Contact Form 7] submit buttonHi @minnav,
You are missing a quotation mark.
[md-submit] [submit "SUBMIT REQUEST NOW"] [/md-submit]Thanks,
AngusForum: Plugins
In reply to: [Material Design for Contact Form 7] Browser supportIt looks like something has changed in Safari and Firefox since I implemented the date. Either that or I somehow introduced a bug. I’ll look into this and let you know when I have a solution.
Thanks,
AngusForum: Plugins
In reply to: [Material Design for Contact Form 7] Add Password Field ?Hi David, to confirm – you’re using Contact Form 7 for creating an account? I assume you’re doing that through a plugin? If so, which one?
If it’s a plugin, I can add it to my list, but I’m not sure how likely it is that it will become a priority unfortunately. My priorities are generally in order of most common use case.
Thanks,
AngusHi @aqibteam,
This plugin uses Google’s Material Components Web library for the components. Google have not yet implemented the date and time pickers in this library, but when they do I’ll add them to the plugin. For now, you can use the date field which invokes the browser’s native datepicker.
Thanks,
Angus- This reply was modified 8 years, 10 months ago by GusRuss89.