ibc3
Forum Replies Created
-
Forum: Plugins
In reply to: [Slideshow Gallery LITE] Slideshow Loads SlowerDoes anyone have any ideas?
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] ability to have custom css?Works great! Thanks for the addition!
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] ability to have custom css?Cool! Thanks! I’m pretty sure that maxlength has been supported by all browsers for some time now, so should be just a matter of adding it to the other attributes. So, in my case for a 5-digit zipcode, html output would look like
<input id="text-4ddda68780cf0" type="text" style="width:50px;" maxlength="5" placeholder="" name="text-4ddda68780cf0">Thanks again for an awesome plug-in!
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] ability to have custom css?Oh, the validators are working just fine. I’m saying that if we had the ability to assign a maxlength to a field, it would prevent the user from entering too many characters before clicking submit & hitting the validator code. It would work just like the width field on the form element, except it would be maxlength to prevent extra characters from being entered. Just an idea….
For my purposes, I could just hard code the field on the template, but it would be nice to have this as part of the generated code…
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] ability to have custom css?Well, I did make a validator, but that only validates after the data is entered and submitted, right? It would be nice to keep users from entering in too many characters at the time of entry.
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] ability to have custom css?That’s fine on the inline or addressing in the custom template. I just like to try to keep it separate if I can for a clean separation. Really, the biggest thing I’m trying to over-ride is the float on the submit button.
Another idea… Is there an ability to set a max-length to input fields that I missed somewhere?
Thanks!!
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] ability to call formOK, this is really embarrassing… The code to which you referred was my form code that I commented out in an attempt to replace with the short-code to wp-form-manager. I just removed the commented code & now the short-code works… How strange that it didn’t work with the commented code in there! Anyway, thanks for the email that prompted me to try that!
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] ability to have custom css?Yes, I can easily identify & modify the elements via css, but every time I apply updates, I have to re-apply changes in the css b/c style.css gets overwritten. I can put the style inline in the templates I created if necessary, but I was just trying to keep the style in the css if I could. That make sense?
Do you think that a stylesheet could be added as a template, too, to override the one that comes with the plug-in?
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] ability to call formThanks for the quick response! Yes, I saw that API & thought I might play with it to see if I can get it to work.
So, if you really want to see how it breaks… 🙂
Here’s a test page where I am calling the wp-form-manager [form zip-oneline]. It’s a form with 1 field, a custom validation, & a custom display. (Love the ability to customize all that!!)
http://testingtogether.centnerconsulting.com/test-page/I was able to create this form on another test page & it works exactly as I wanted, but it breaks when I put it on the home page. Here’s the page where the wp-form-manager is working.
http://testingtogether.centnerconsulting.com/test-page-2/Currently, on the home page, I have coded my own form (but it doesn’t write to the db, only posts to another page for processing). Here’s what it looks like:
http://testingtogether.centnerconsulting.com/Admittedly, I haven’t done much trouble-shooting on this yet. As you’ll see, it’s a pretty busy home page, so I assumed there was some plug-in conflict somewhere. If you have any ideas, that would be awesome. In the meantime, I’m continuing to find a way to make it work. Thanks!