42 comments found.
Did you ever create date picker for this?
No, Mickya1, but i can create one for you if you need, i am actually working on a similar framework with multiple Javascript components and it should be available on Codecanyon by Monday. Just send me an email via my profile, i will work on that.
Thanks
You should use javascript to remove the fake path text in the url for file upload box. Here’s a version I worked on http://codepen.io/fwpolice/pen/antDJ
Hi FWPolice
Thanks for chipping in, i like your implementation
The fake path text is actually a security feature in most browsers
Some browsers have a security feature that prevents javascript from knowing your file’s local full path. It makes sense – as a client, you don’t want the server to know your local machine’s filesystem.
This security implementation of the browser is protecting you from accessing your disk structure. It will be implemented for those who want / request for the full path. It may not be good practice in most circumstances though.
Thanks once again
Regards
Yup that is true. However, a common user wont know the reason for the fake path. Therefore they may think that the content is loading from a folder called that. I ran into a issue like that with a client. Rather than having the client put a message on the site about fake path, it was easier to simply remove it.
Anyhow, good luck sales. I’ll buy the kit if I run in need for it. 
I understand, thanks for the insights and contributions! Will implement them in the update… Regards
I open the page normally (typing the url into browser) and it works as intended. I was wondering if you had any insight into why this happens?
Hi Joey thanks for the purchase send me an email via my profile page with a link to your page with this issue so that i can have a look at it. Thank You
Hi Joey I received you email but you didn’t include your email address
Modify your grid structure to something like this
<div class="row">
<section class="col6 first">
left side
</section>
<section class="col6 last">
right side
</section>
</div>
Hi elflaire,
I like your framework. Nice work. Can I learn; If I purchase an extended license can I use this framework on my theme for sale on Themeforest.
Thanks Webbu, glad you like the work Yes you can use it on your theme!
Regards
Thanks. I will purchase now. And I have one request if possible can you add a range slider and slider into the framework?
Thanks for the purchase – Yes i can send me an email and your design details for the slider in case you have any Thanks
probably the best css form framework out there! every detail is very well thought. i only wish there was at least a simple php coding attached for buyers who are not very capable of programming from scratch like myself. thank you for the good job. it is a beautiful set!
Hi erreno, thanks for the purchase and the kind words, if you need help with PHP for processing the forms, send me an email on my profile, i will gladly help you.
Regards
Hey elflaire. Can this form-feauture be stored in DB? If I have a site with many forms (for different categories) and wish to store them in DB, is this easy? Not the end-solution, but just the code (to be converted to what you see).
Hi portalservice
I haven’t tried the forms with DB storage but i believe it is possible in case you have some programming knowledge say in PHP – the forms function as any normal HTML form.
The solutions i usually provide are mainly focusing on sending the captured form data to your email address or saving the data as a csv file on your server in a specified folder.
Thanks for the inquiry
Regards
The only reason I purchased this was for the side bar interface on the live preview page:
http://codecanyon.net/item/golden-forms-responsive-css3-form-framework/full_screen_preview/5937090I can’t seem to find that anywhere??
Hi Philanda, thanks for the purchase…
Sory that was my demo sidebar menu – Send me an email with your personal email address via my profile page i will email you the entire demo file well commented…
Waiting for your email
Thanks
Brilliant. Received and is first class! Thanks so much! Exactly what I was looking for!
Great glad to know all is OK, don’t hesitate to ask in case you need further assistance…
Thanks fro the purchase…
Perfect ! thank you very much for your help !
Glad i did, thanks for the purchase
Dumb script not worth purchasing…
You should make it clear that it doesn’t have a processing script…
Hi Anobits, Sorry my forms didn’t fit your needs, i understand you made the purchase to get value for your money…
Most buyers who negatively rate our work do it basing on this same assumption – when they don’t find a feature they thought or assumed was available.
However there are always alternative solutions to this
1- These forms are posted under CSS (not PHP) and when you read the features list, it is clear this is a CSS3 and HTML5 form frame work for building forms. 2 – There’s no where in the features where it says the forms come with a processing script 3 – From buyer comments the comment before yours clearly shows that there is no script and usually you can always talk to the seller (my self) to see if i can provide a solution that fits your processing needs, usually for free by the way…
Thanks for the purchase – Happy New Year
Hello, I just purchased your script but I thought there was a PHP script to actually process the form… What do you use to process sending the form and can you possibly send me a copy? Thanks!
Hello xpancom – Thanks for the purchase
The forms do not have a processing script and depending on the form fields you have on the form you have built – i can either find you one (especially if it a simple contact form) or advise accordingly.
Please send me an email via my profile with link the form you want to process…
Regards
Hi, the following code does not work to put 4 fields in the same row. Incorrectly placed 3 courses in the first row and the fourth in the second row.
<section> ...... ...... ...... ...... </section>
Hi Scarballo, thanks for the purchase to place multiple fields in the same row eg 4 fields you will need to use the grid -
For 4 elements will use some thing like this
<section>
<div class="row">
<div class="col3 first"> .... </div>
<div class="col3"> .... </div>
<div class="col3"> .... </div>
<div class="col3 last"> .... </div>
</div>
</section>
In case you need further help on this issue, please send me an email via my profile
Regards
Hello, how to make the height of the content is not fixed at 200 pixels?
I want the height fits the content …
/* Fixed height container - */
.dopt-accordion input.title-option:checked ~ .accordion-content{ height: 200px; overflow:auto; }
Regards
Hi Ogcprod, i guess this comment was intended for the accordion not the forms 
To achieve what you want, add an .auto-height to the parent container, like this;
<ul class="dopt-accordion auto-height"> Regards</ul>
Hi i would like to know if the css will work with very olge browser ? like ie6 or safari 4 ?
regards
Hello Spham, thanks for your interest
These forms are tested in IE8+ with some fallbacks, therefore it may require some extra effort to bring old browsers to par – at best using some javascript, however they seem to degrade well – i used IE Tester to see how the forms would fare in IE6 and my results are:
1 – All text inputs, textarea and buttons, work at IE8 Standard being that i style them directly, with no rounded borders of course.
2 – The form select, and multi-select falls back to the normal form select but, may require some adjustments.
3 – The Check and Radio options degrade well to the normal look also
4 – The input file / uploader still gives you the normal one but i believe that’s due to IE Tester IE Tester Bug for not implementing IE CSS Filters.
You can use online tools to do your owns tests, in case you have IE6 on any machine, check the demo with it… Please note that the form wrapper uses max-width: which is not supported in IE6.
Regards
The form UI looks fine in IE7 BTW
Thanks you another question, is it possible to remove background image ?
Thanks for the purchase – Yep, you can go to the main css file and remove / modify or change the lines below this comment – it looks like this
/* backgrounds | add here */
.bg-linen{ background:#C7CBCE url(../images/linen.jpg) repeat fixed; }
.bg-wooden{ background:#C07D50 url(../images/wooden.jpg) repeat fixed; }
Alternatively you can remove the class .bg-wooden or .bg-linen on the body tag.
Hope that helps
Hi elflaire, I do love the forms, I do have a issue with it. I would like to put a tooltip in a combobox you can see the example here http://webexpress.pt/_files/source/reserve.html there is an issue with it the tooltip does not appear and the box gets resized from the right hand side. can you please advise how to sort this one out. Thanks
Hi Filipeg, thanks for the purchase and glad you like the forms, the form select / combobox doesn’t support tooltips and icons, may be as an exception, you can send me an email via my profile page as i try something out for, as i said an exception.
Just drop me a line, i will see what i can do for you.
Regards
Hi this is a great form layout. I would like to use it for student application. Can we add more fields and use captcha?
Hi Gotosd, glad you like the forms,
Yes you can build the student application form in any layout you want, and yes you can add more fields, as many as you want actually
. If you know how to use captcha you can also add it to the forms depending on the programming language you are using.
Regards
If you need further help with the student application form layout, let me know…
I love it! Will buy it in any minute now, but Is there datepicker included as well? 
Thanks, Krypto_est – Currently there are no javascript components, its just native form elements build with CSS3, but i can add one for you if you purchase! I will work on an extended version later on with some extra JS functionality
, Just caught up on some projects.
Done and Done! Bought it as I love the style… Now I am trying to make this work together with bootstrap…
So far so good… except the .row part, turned that into .rows
Thnaks Krypto_est!
I will update the the forms for full bootstrap compatibility. Send me an email via my profile for the calendar widget please!!!
looking good. bookmarked for my next project
Thanks Adamantium
Regards
Great Job. Can i use it on wordpress or i need coding for that?
Thanks Mattaias, i think to use the forms in Wordpress you may need some coding.
Thanks