will2016
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Form will not sendHello Takayuki,
If I deactivate all other plugins no one will be able to log in, the data in the form will have no active database to be sent to, and my membership list will be useless for the functions it adds to the site in terms of notifications, and control of access to the site.
Also, I have designed my site around this theme. Switching to default would mean I would have to completely re-do the site for that theme.
Is there no other way to determine the cause besides shutting everything else off?
Thanks
Forum: Plugins
In reply to: [Fast Secure Contact Form] Editing the FSC form page code directlyHi MBR,
It is not located in that section. It is in a “div” tag below that, and it is not in the basic settings. Here is a bigger part of the code.
The first “div was the welcome section that I changed, the second “div where it has the “legend” tag was not in that section:
<!-- Fast Secure Contact Form plugin 4.0.49 - begin - FastSecureContactForm.com --> <div style="clear:both;"></div> <p> <div> <img src="http://www.mywebsite.com/images/image.jpg" style="float: left; width: 48%; margin-right: 1%; margin-bottom: 0.25em;"> <img src="http://www.mywebsite.com/images/image.jpg" style="float: left; width: 48%; margin-right: 1%; margin-bottom: 1.5em;"> </div><p style="clear: both;"> </div></p> <div id="FSContact1" style="width:99%; max-width:650px;"> <form enctype="multipart/form-data" action="http://mywebsite.com/order-form-page#FSContact1" id="fscf_form1" method="post"> <fieldset id="fscf_form_fieldset1" style="border:1px solid black; width:99%; max-width:650px; padding:10px;"> <legend>Contact Form</legend> <div id="fscf_required1"> <span style="text-align:left;">*</span> <span style="text-align:left;">indicates required field</span> </div>Forum: Plugins
In reply to: [Contact Form DB] CF7 and CFDB data not savingI don’t think this is a CFDB issue. I developed a form in cf7, and it won’t submit to cfdb, however the form I built in FSCF works well with no issues.
There is something going on with cf7. Even the very simple basic default form just spins and never submits after clicking.
Forum: Plugins
In reply to: [Contact Form 7 Style] Setting Text box lengthHello Lehel,
I was wondering – does this style plugin work with other form plugins, such as fast secure contact form?
The reason I am asking is I have run into a problem with contact form 7. It won’t submit the form.
I have developed a rather complex form layout (compared to the CF7 default form), and the submit button did not respond to a click to submit to CFDB.
I checked all the code and there were no obvious issues, so I went back and created a new form based on the very simple default form that cf7 comes with. That submit button did respond to a click, however it just kept spinning and spinning and never submitted. I read up on this issue, and there were multiple other people who had the same problem, with no clear solution I could do. It isn’t CFDB, as that works with FSCF with no issues.
I am under a tight deadline to get this finished, and I don’t have the chops to debug something that does not generate error messages. It simply does not respond onclick, and from what I’ve observed on the CF7 forum, the developer is not as responsive as you are certainly, and most of the questions there go unanswered.
If a revision for cf7 is issued that addresses this or at least if the problem is acknowledged with a path to a solution I would consider using it again, but for now I need to generate results in a short period of time.
from the sound of it the problem may lie with the browser and how it deals with the data submission, but I could not find any solution, nor is there anyone for me to ask.
I was able to submit form data from FSCF to CFDB on the first try so I have to go with that for now, although I find the CF7/CF7 Style interfaces more user friendly, my boss wants results yesterday.
Thanks once again for all your help. I hope you can expand your style plugin to work with other form plug ins. 🙂
Forum: Plugins
In reply to: [Contact Form 7 Style] Setting Text box lengthHello Lehel,
Again, Thank you for the help, the links, and the feedback. I am just now starting to learn CSS and realized how important it is to implement when I downloaded CF7 and CF7 Style. I’m honestly not sure where to put that code you added above. Should it be in the folder cf7/includes/css/styles.css? or styles-rtl.css, in one of the files in the cf7s folder, or use the dashboard plugin interface?
That’s the part I’m struggling with now, where to put stuff with so many options to choose from for specialty or custom code.
And yeah I’ll be rating this 5 star. Everything works very well.
Forum: Plugins
In reply to: [Contact Form 7 Style] Setting Text box lengthEDIT:
After additional reading it appears the “placeholder” font cannot be altered, at least according to W3.org. Plus, it seems like placeholder might not be recognized by older browsers such as windows 9 and FF 3.6, so I better play it safe and use labels for the input titles.
Forum: Plugins
In reply to: [Contact Form 7 Style] Setting Text box lengthHello Lehel,
Thank you so much for that code solution on textarea. It worked great.
Before I post anything I have to ask for permission. At present it is a non published site, set to be released soon. I will ask this coming week at the meeting.
Also that link you gave helped a lot as well. I was not aware of the telephone tag.
So now I need to change the font color of the placeholder text as it is hard to read. I am assuming if I want to use custom colors I can do that within the brackets in the same way as the text box sizing, is that correct?
I still have a lot to learn, but I am starting to understand it better.
Thank you again.
Forum: Plugins
In reply to: [Contact Form 7 Style] multiple columns horizontal custom formI hope you don’t mind me asking a question, but I am trying to learn this.
With cf7-style-50 and cf7-style-132 what do the numbers 50 and 132 designate?
thank you
Forum: Plugins
In reply to: [Contact Form 7 Style] Setting Text box lengthOK I have this one partially solved.
If you insert a “size” command into the short code, it will work for text fields. For example:
<label>[text your-name size:35 placeholder "City"]</label><label> [text your-name size:2 placeholder "State"]</label><label> [text your-name size:4 placeholder "Zip"]</label>The only change I had to make was inserting “size:35”, where ’35’ can be substituted with whatever size number you are looking for. As you can see the State is only 2.
This will layout the boxes on one horizontal line with no problem as long as you stay within the max size limit.However, this does not work with ‘textarea’ boxes, only ‘text’ boxes.
I would like to alter the size of textarea boxes as well, but I have read that the value will reset to 40 upon an update of the plugin.
If anyone knows a trick to customize the size of textarea boxes, please share. 🙂
Thanks
- This reply was modified 9 years, 3 months ago by will2016.
Forum: Plugins
In reply to: [Contact Form 7 Style] Setting Text box lengthHello, Lehel,
Thanks for the tease, lol.
OK now that I know it is possible, allow me to introduce myself and my problem.
I work for a small company. Tight budget.
It has fallen on me to develop an order form in word press, with plugin and all the other programs that WP works with.
I am new to All of it.
I watched the front page video, but it dealt mostly with preset templates. I need to build a custom one. All the samples I saw had one field per line. When I tried it in the CF7 Style edit page all the commands appeared to be global, changing all field of the same type at once to specified sizes, fonts, etc.
I’m just looking for a way to learn this, to do this, and I don’t know enough yet to accomplish that.
If someone could point me in a direction to where I could learn how to do this, I’d be somewhere that I am not now, which is no where, and I would be very grateful.
Thanks.
Nice to meet you. 🙂
Forum: Plugins
In reply to: [Contact Form 7] Inserting todays date in date fieldOk I have a partial answer to this question. It can be done using jquery.
The code looks like this:
$(document).ready(function(){ var date = new Date(); $("#dates").datepicker({ dateFormat: 'd-M-y' }).datepicker('setDate', date); }.Where “#dates” is the ID of the text box field.
However, I am not sure where this code should be placed. I found it on stackoverflow. The asker said it worked.
If anyone can clarify where it would go, that’d be great.
Forum: Plugins
In reply to: [Contact Form 7] CF7 to databaseYou can use Contact Form Db plugin. It will take all form data and place it in a wordpress database, which can then be exported in multiple ways.
I have not used this feature, but you might want to start here:
http://bdwm.be/wpcf7cf/how-to-set-up-conditional-fields-for-contact-form-7/
Forum: Plugins
In reply to: [Contact Form 7] Adding an image to Contact Form 7EDIT: Nevermind, I figured it out. The above code was working, I just had it in the wrong directory.
I’ll mark this as resolved.
Thanks again everyone.
Forum: Plugins
In reply to: [Contact Form 7] Adding an image to Contact Form 7Ok I used This:
<p> <div > <img src="http://www.mysite.com/images/image.jpg"><br/> </div> </p>And I got a broken image link. What did I do wrong?