Code

Discussion on jQuery Step Wizard with Step Form Builder - Timon Step Form

Discussion on jQuery Step Wizard with Step Form Builder - Timon Step Form

By
Cart 889 sales

CidCode does not currently provide support for this item.

84 comments found.

Hi I have few quesitons,

1- the generator generate also name of all input ?

2- can I export the form as String to store it in database ?

3- what can I export this is what I did not understand ?

And I want to add, this widget looks amazing ! :)

Hi,

1. It will not add name for inputs.

2. For now it is not possible to get form as string. it will generate HTML file, if you want , you can read that HTML file in the backend and save it db as a string

3. Export – will generate HTML and ZIP file. HTML for showing user ( preview) ZIP for downloading.

Thanks for kind words :)

Hi. Few questions:

1. How big are the CSS / JS files in total, considering I already have jQuery, Font Awesome and Bootstrap on my website

2. Is it possible to hide the steps? I guess it is just display: none for some element. But will it break anything?

3. Is the bar with PREV / NEXT / FINISH independent from the form? I want to place it into my sticky footer, so it will be in a fixed position

Thanks!

Hi,

1. If you have those libraries, you do not need to add them to your page. CSS / JS together total size approximately 100kb.

2. Yes, you can use display none.

3. Yes those buttons are located outside of form. If you want you can hide it with css and control it how you want, we have several methods for controlling. goto, getcurrentindex,nextstep, prevstep,etc. More information please visit docs: http://stepform.cidcode.net/documentation.html

Thaks

Hi, I have some issues with Bootstrap 4. I don´t want validation because I have other validation method. I need CSS without font-awesome because I already have it on my project. Can you deliver any version with just Wizard JS and GSI-Step css for BS4?

Hi, Sorry for the late reply. If you do not want to disable validation, just set false to validation field.

I can send you Css without font-awesome. please create ticket in our support system. http://support.cidcode.net .

Thanks for your feedback

This script can’t export anything? I click export and page redirect to link (look down) and page crush! Noting export. Link broken.

http://localhost/step-form/app/Timon%20-%20Step%20Form%20Wizard/builder//exports/timon-form-33282220112018.zip

And look at link, some areas have double // why?

Please check your exports folder, as I understand your configuration is correct, if you check your export folder files should be there.

You are using Laravel framework, so that problem related with it. It could not find route that is why gives error. It depends on your website please set your website configuration. give permission html and zip files in the route. https://imgur.com/a/hETl8S0

Thanks

Not. I am trying without laravel and trying empty FTP,s but not working all time.

Local: don’t work Hosting: dont’t work Laravel with: Don’t work

I think, your plugin need some PHP functions BUT WE DONT KNOW THESE.

Please add a checker page for check all needs for work. If any thing false, this must tell me FOR WE FIX IT.

I am bought it but Can’t use 2 weeks. I am still waiting your solution.

Please only add CHECKER PAGE for this scripts needing.

Hi,

Thanks for your suggestion. I will take consider your suggestion.

If you want I can help you for installing. Just contact with support center.

Thanks

Really like your form builder over most but lacking elements like color picker, tinymce/ckeditor, etc. Maybe you consider at least adding color picker to elements:)

Thanks for kind words. We will take consider your suggestion.

The live demo is not working.

Thank ypu for reporting we fixed it

Hi, I bought the item. But the nav positions are not working and the styles from 8 to 12 are all messed up. Kindly update your item. Here’s the screenshot: https://i.imgur.com/FuWnJ5I.jpg

Another issue is that your “try builder” demo domain is expired.

Hi, Please check example:
  tsf1 = $('.tsf-wizard-1').tsfWizard({
        onBeforeNextButtonClick: function(e, validation) {

          tsf1.nextButtonLabel('<b>Loading...</b>');
          $.ajax({url: "<your url>", success: function(result){
            //after getting correct result from server
            tsf1.nextStep()
          }});
          e.preventDefault();
        },
        onAfterNextButtonClick: function(e, from, to, validation) {
          console.log('onAfterNextButtonClick');
        }
      });

Thanks

Thanks bro. That helped me. I have another problem. How to set the current step? I want to save in the database that step 1 is done. How to make Step 2 as the current step, even I want to reload the page?

Hi 1. For getting current step you need to call getCurrentIndex().

2. You can use goto method for changing current step.

var _tsfWizard = $(".your selector").tsfWizard();
_tsfWizard.goto(index);

Please visit docs for more information.

Thanks

manySteps not working and javascript error says: “assignment to undeclared variable _top” in tsf-wizard.bundle.min.js file

Hi,

Please check our support center. we fix bug and sent you files.

​Thank you for reporting bug

Hi, Is this same like wufoo.com ? our similar to it ? if its almost similar can we customize and make it like wufoo ?

Hi, Not. Step form builder prepared for jQuery Step Wizard. If you want you can customize it. Let me know if you have any questions Thanks

Hi, please fix fronent css bugs. And this script is perfect for me.

And don’t support TR character why?

That kind of problem related builder. it works good at the page ( without builder ) . Also , we remove discount for this product. Thanks

hi, i want buy it? only show bugs for fix. Why delete discıunt.

I see in your other projects you have a “Save and delete template” and you mentioned 11 months ago you were working on this feature. Any updates on this?

I remember it. During this month I will update it. And those functionalities will be added.

Thank you

Hello again. Any updates on the feature to Save and Delete a template? We have yet to use thid project because it is very time consuming to have to rebuild the same form. You stated approximately 2 months ago that you would update within the month.

Hi, Sorry for late . The next version is published now. You can save/load/remove templates, but I would like mention that all templates will save at local storage in your browser.

Thanks for your patience

Very nice script. I’d like to request future features if I may?

1) Ability to remove a Step.

2) More Input options such as email, hidden, number.

Aside from that it’s really nice.

For those of you complaining that the script does not submit to E-Mail PLEASE educate yourself on the basic principles of how a form operates and stop blaming the developer! It’s not his problem, nor is it a problem with the script, It’s how forms operate. It’s purely your lack of knowledge (no disrespect we have all been there).

Thanks for the great script.

Hi @DavePIMS,

I will add to those features in the future update. Also, I will update documentation.

Let me know if you have other suggestions.

Thank you for suggestion, Rufat

Hi Rufat, Thank you for your prompt reply. Sorry I failed to see the E-Mail field is already present in the Elements area, please disregard that suggestion.

Have you also thought of creating a single step form creator based on the same layout? I know there are lots of them online but it may be worth considering? Or offer a select form option, multi-step or simple form, and combine both.. Just an idea!

Thanks again!!

I will do the next update during this month.

Form Builder, why not?! Do you have any sample product? if you have please send me with email. If you help me creating like this. I will give you a free version for your helping. :)

Thanks for great ideas , Rufat

How can I integrate this to laravel application?

I’m working from localhost so that might be a challenge. Lets start with the builder. I have a specific controller for the builder. Once I’m done designing the form, I save it to the database by editing the values gotten from the js file “bal-email-editor.js”. I also have a specific controller for viewing the saved form. I fetch the form from the database, and render on my page. However, when I click on next, or previous, nothing happens.

Will it be possible to show you over skype or hangout?

Please create a ticket in our support system. Thanks

Its any option to send the values from step form to e-mail ??

No, it has not that functionality, but you can write yourself if you need any help we can help you.

Thanks

After build a form , I cannot export. Why?

Did you set up config.php ?

Hi, is it possible to send a sumary of the form by e-mail ?

Hi dear customer, Our plugin does not support it. But you can add that feature to form.

Thanks

hi sorry how i send the Form when it finich , aslo sendmailer : can i have i complet working example with sendmailer php or so. thanks achim

Yes, you can send information to email. You can use PHP mailer or other libraries for sending an email. Thanks Rufat Askerov

Thanks, but this is my problem. I have no idea how. Can you please send me a completed example

Please contact me : rufet.esgerov@gmail.com

Thanks

Hi, question before purchase:

Can I Export and Load form with the builder ?

Best regards from French Alps

Hi,

You can export form from the builder, but import function is not available at the moment.

Thanks

Is wordpress version coming anytime soon?

Is there a way to have a summary step on the last step in the wizard? So for example, I fill out some fields on step 1 and step 2, but I want to see a preview of what I filled out on the last step, step 3. Can this be done?

Hi dear customer, Sorry for the delay. Yes, you can add any step what you want. You can add the summary step very easily, but you should do this manually. If you need any help please let me know

Thanks

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey