654 comments found.
Hello, your forms is super great. I sent you a mail. I need your help. I will pay your support. I need a multistep form with radio options and if radio is selected go to the next step without clicking on next button. and show next button only if is a normal text input or teaxt area etc
thanks muse@muse-templates.deReplied via email
Hello !
I got issues with steps and clone.
If i use the .steps(), my .cloneya() don’t work 
Hi chronogolf,
Initialize the cloning after steps / below steps it should work
Thanks, it works 
Great
Hi ! On a previous comment you wrote : “Will post the update features in the coming few weeks – one of the things i am working on is a multiple file upload drop zone and others”
When can we expect the drop zone ?
Thanks !
Hi chronogolf,
I will post the update list in the coming weeks i am finalizing these
Thanks
Hi,
I cannot find a way to make it work having conditionals in clone widget. What I did was adding a clone element and inside it, a conditional logic radio. Now, they work like charm individually, but when I try to include conditionals into cloned element it doesn’t work.
The idea is that the id of the radio is changing while in clone element, but the data-show-id is not.
I need a solution to have data-show-id dynamic. I tried everything but I’m stuck. Please help me with this.
Cheers, Dan
Hello Dan
Can you just use vanilla javascript for the conditions (show hide) without using the plugin? Especially if the conditions are simple – can you let me know what kind of conditions you are working on?
Can you confirm if the current email validation script supports new TLD domains such as .website, .click etc. We purchased smartforms a while back and have noticed the validation fails if the domain is a new tld as mentioned above. Can you confirm please. Thanks
Not sure if it will fail – all it does is to do a domain mx look up search! It may require some adjustments let me look into it! You can however replace it with your preferred email REGEX
Thx for pointing that out
Waiting for an update. Would really appreciate if you could tell us what to expect in the update.
Will post the update features in the coming few weeks – one of the things i am working on is a multiple file upload drop zone and others
Hi, quick question. I’m thinking about buying this tools. However, I have a couple of features I’d like to see are compatible before purchasing. I hope that’s ok.
1) I assume the form results get emailed over? If so, can I select whether it’s PHP or SMTP that is used for email?
2) Can I create more than one form with this tool?
Thanks!
HI Kev
1 – Yes uses both 2 – Yes you can create many forms (i will assist in the process)
Thank you. Think I’m going to place the order now. I assume making multiple forms is in the documentation? If so, I’ll have a go at that first before contacting you. Thanks again.
Hi Kevquirk,
Please let me know in case you get stuck i will assist
Thanks
I did email you a few days ago about getting the email template to work, but I don’t seem to have had a reply.
Let me reply Kevin
Thanks. I sent am email this morning with more details. I sent it to the email address that’s in the documentation.
Elia, I have been waiting for almost 3 months now… Could you please help me with the last 2 issues… (The other issue with the dropdown not loading I fixed it myself.)
Hi
But i sorted the file validation issue did you test it – what could be wrong?
I sent you an email, after you asked me to test. Didn’t you receive it? The validation works, but if I hit the send button, nothing happens… So it doesn’t send the form, nothing changes, no email is sent and I’m not redirected to the success page…
Still not working… Could we just reserve a timeslot to hit these 2 last issues hard. And then I won’t bother you anymore…
OK cant seem to find your last email i only see the one sent on 16th this month
I will post it here then: For the big form with the file-uploads. when I hit the send button nothing happens… I don’t receive an error, no mail, no redirect that should occur after succesfully sending an email… Just nothing.. The contactform at the bottom doesn’t work as well.
Elia, could you please provide me with support as I have been waiting for more than 3 months…
HI
I have but i am not sure what exactly is not working
I was to work on image validation and i did i am not sure what refused to work is it that you don’t get uploads what refused to work?
Please let me know
Simple since you corrected the image validation, I can’t submit the form. If I click submit it does NOTHING. It doesn’t send the mail, it doesn’t get redirect to the success page. Nothing happens…
And the second issue is regarding to the contactform, nothing happend for that as well.
Could you please help me now, I have been waiting for 4 months…
Will you allow me download your form so that i test it from my server , it seems very slow on your server please allow me get the form and all the code – this has dragged on for long than expected
Thanx
sure go ahead. You still have the FTP access as provided multiple times via mail. You can copy it all to your server, test & fix it. Then place it back and let me know 
Indeed it has been dragged on for a long time, it is just fixing the submit of the form and the simple contactform and then I will not contact you anymore 
Please just let us finished these 2 issues and then you want here from me anymore 
Thank you.
Hi Elia, any news?
Elia, could we please get a response? We have been waiting for months…
Your form is done and working have you tested
I have just tested it again, IT DOES NOT WORK! Are you sure you are not mixxing me with somebody else?
I tested the big form: DOES NOT WORK! If I click on the send button, I doesn’t do anything…. I don’t see anything changed since more then a month. The last entry in the log is from june 16.
I tested the contact form: DOES NOT WORK! If I click on the send button, the page reloads, but I don’t get any email… But how can the contactform ever work with: form action=”#”....
Please see my email.
I now receive different mails from you from the form. But on my site, I’m testing it but nothing… Did you leave the copy of the form on your testserver and didn’t copy it to my server? If you want me to test it on your testserver, I don’t know where you copied the files to, so I can’t test it from there.
You can just copy it back to my server, so I can test it…
Thank you.
Any news…?
Inside the folder i created another 2 folders please look there there are two folders with the form working – sent you an email with the links and test links to my server
I mean the folder for the ftp details
Thank you elflaire everything works now, I guess we were having some miscommunications 
I just have 1 more question, where do I change the text of the step buttons “continue”, “Go back” & “Submit form”. I just want to rename the text of these buttons to another language. Thank you.
Please look at the place where we initialize the steps form plugin It has a labels option where you can change the labels for all buttons – it looks like this below
labels: {
finish: "Submit Form",
next: "Continue",
previous: "Go Back",
loading: "Loading..."
}
Thx
Hi
I would just like to ask a question on this item -
Does it support – Image file Upload ?
If so, is this actually functional, for example -
A user can actually upload an image file using this form script, and the actual image file will be stored somewhere, with URL path to image file in CSV file. Is this correct ?
Thanks
Yes it does files are stored on the server in an included folder
Hi
Thanks for your reply to my question -
I would like to clarify -
When the image file is uploaded, and stored on the server in an included folder, is there some record of this added into the database / csv file ??
Does the CSV file record, have a URL to the image file ??
If so, how is this recorded, is it a full URL, example: http://www.oursite.com/imagesfolder
or: /imagesfolder
Just curious to ask.
Thank you.
It just records the image name but i can modify it for you to pick the link to the real file in the folder
Just email me
Hi Elflaire
Ok, that is great.
I will email you regarding this.
I will renew my support with you for this item, and email you regarding this over the next few days or so.
Thanks again.
Regards
Waiting for the email
Regards
Hi Elflaire
I did send you an email regarding this a couple of days ago.
Could you kindly reply back please.
It would be really appreciated.
Thanks again for a great item and your support.
Regards
Sorry Mark let me get back to you
Block & Image Picker is it available? I am trying to create a questionnaire form and need my contacts to select images that best matches what they are looking for. Thanks for your assistance.
Hi Philee, That is currently not available will probably look into it as an update
Thank you for the quick response! 
Hi Philee,
Thanks for the suggestions i will indeed put them in consideration
Hello @elflaire : I see that the datepicker overlay completely loses its styling on mobile devices. I tried with latest Chrome on Android 6.0.1 and the calendar gets divided into four rows. Please see this screenshot: http://s33.postimg.org/lg3en207j/Screenshot_20160612_102701.png
Hi CrazyEngineers,
That is weird what input type are you using? Make sure its you use text
It indeed is ‘text’. Not sure what could be the cause of style distortion.
Can you share the datepicker initialization settings
$(”#resumeBirthday”).datepicker({ yearRange: “1930:2000”, prevText: ‘’, nextText: ‘’, changeMonth: true, changeYear: true, dateFormat: “dd MM yy”, maxDate: ‘0’ });
and the html -
<!- Birth Date Section ->
<label class=”field prepend-icon”>
<input type=”text” id=”resumeBirthday” name=”resumeBirthday” class=”gui-input” placeholder=”Birth Date” value=”<?php echo $getPostMeta[‘resumeBirthday’]; ?>”>
</label>
<!- end Birth Date section ->
HI CrazyEngineers,
Send me a link i look at the whole thing – this is distorted
I’ve sent you an email already and waiting for response. Thanks.
OK getting Back
I have tried to contact you through the suggested method but have had no response. Are you still supporting this library?
Hi Fmaycodio, sorry was on leave let me check your problem and get back to you.
Thanks
In your product page (http://codecanyon.net/item/smart-forms/7254656), it says it supports “Added PHP CSV to data-tables view with search and pagination features” under v2.0 description. But the documentation does not explain how to do so. Can you let us know where I can find the pagination instruction? By pagination, I mean the forms with multiple steps until final submission. Thanks
no reply?
Hi jyoon9191,
It is explained in the documentation – when you enable CSV support the forms read CSV data and isplay in in DataTables
Its kind of automated so long as you CSV your data – everything else works seamlessly
Thanks
In some of the demo multi-step forms included; “Go Back” button appears even on the first step of the wizard. Could you please tell me how to get rid of it? I checked the ones that don’t show only ‘Continue’ button on the first page of the wizard, but could not figure out what’s different between the two. Please help.
You can see it here: http://i66.tinypic.com/2583w50.png
Update: I was able to fix the issue by adding .disabled { display: none !important; }
But wondering if there’s more elegant solution available?
Additional Question: Is there a way to set enableAllSteps:true conditionally when the user has re-opened the form for editing? That is, can I set that property somehow by checking a value of a variable in PHP? Say: $formEditMode = true; in PHP; so that I will set enableAllSteps: true accordingly?
There is not a direct way to disable the first button – i guess thats the best for now
How do you want to enable all steps?
Well, I’m wondering if CSS can help? I’m unable to locate the “previous” button on the form individually.
I’m creating a form wizard that people will fill their data in; and save it in the database. When people revisit the form after few days; I’m prefelling the field values in the form by fetching them from database. The only problem I have now is that when people come back to edit the form; I want all the steps to be enabled – because they’ve already filled all the information.
Update: This works: /* Hide Previous Button On Index Page of Wizard */ .actions .disabled { display: none; } @elflaire : This seems to be doing the job; could you please check if anything can be made better?
Hi there! I’m trying to get the form to work outside the root folder it’s stored in. It’s working fine at but when I hit the submit button in the root folder, but when I tried to use it outside it’s root folder it just sits there when I click send. What am I missing or doing wrong? Just sent you a PM. I posted a generic message here just in case someone else is experiencing the same issue. : )
OK let me get back to you
Great, just so you know how I have it set up… all files needed for the form are in public_html/mainfolder/subfolder. When I use it in there it works fine. However, when I copy the index file to public_html/mainfolder the form won’t send. I thought I changed all the paths in the index file to still point to the subfolder, it displays fine but just won’t send. I’m only doing it this way because I need to create 48 forms and I’m trying to keep each forms case, js, etc in its own seperate subfolder while running the 48 main form pages in the main folder. Make sense?
Yes it does
is there a way to add pdf to the allowed extension types? I edited ”/smartprocess.php” to allow .pdf but nothing gives..
Can you add it to the smartforms.js
Could you please help me with this? I have added about 30 more fields to the contact page under the AJAX PHP folder. Everything works as its supposed to. However, when I log in and look at the admin page, it displays the data but it cuts off the rest of the data instead of collapsing it, therefore I cant even see the data. This happens on all browsers. In fact when I look at it on my phone it doesnt collapse the data like its supposed to at all. It just cuts of the data. Any help would be awesome. Great job on this form.
Hi can you send me a screenshot on my email or share it here?
Thank you for always answering my questions. Here is the link to view the issue that i’m having:
http://www.eyemanagementinc.com/contact/images/admin.jpgThat’s strange can i have ftp details via email?
Hello,
what about the file upload? Works on all mobile devices (android, ios etc.)?
Yes it does – its a normal file upload
can I connect the form to a database?
Hi kwakugyau
Yes you can – just use the settings file for your connection file
thank you, also where can I find the settings file and is there a .js file or a file that has all the validation for all the fileds?
Its located inside the PHP folder settings
i already download the file but i dont get Dynamically cloned elements and PHP export CSV files
HI Paber1803
Send me an email with a link on my email address with details of your problem
Thanks
sorry , I did not check in detail the folder , I ‘ve found the file. but thanks for replying to my message 
OK Thanks