leweohlsen
Forum Replies Created
-
Hi Connie,
please make sure to double-check your “Send-to” and “Additional Headers” settings for the form. Also, make sure that all of the section headings and step descriptions have been filled. We need to reproduce the error on our systems in order to fix it. Please report back if it worked for you.
Cheers
LeweForum: Plugins
In reply to: [Multi Step Form] Replace pagination button textHi,
you might want to try out Loco Translate. It allows you to change all the labels in your WordPress Plugins and Themes. Also, please check the FAQ before opening a support thread.
All the best,
LeweForum: Plugins
In reply to: [Multi Step Form] CSV separatorHi Milan,
thanks for the feedback and sorry for the late reply! This is indeed a nasty issue.
In the current implementation, we tried to avoid the issue by wrapping the entry columns in quotes (“one, two, three”). When using Tools like LibreOffice or MS Office, this technique provides a workaround.However, you are more that right when it comes to processing the csv programmatically or with other tools. We will be implementing a feature for choosing your own CSV separator right now. Am update will roll out tomorrow.
Thanks for your patience and all the best,
LeweForum: Plugins
In reply to: [Multi Step Form] Not sending any emailsHi Jinesh,
please make sure that on the Admin Form Builder Page, you have all of the Description and Section Headline Fields filled. This is a nasty bug that’s been around for some time and we are looking forward to fixing this as soon as possible.
All the best,
LeweForum: Plugins
In reply to: [Multi Step Form] Form elements not showingHi bluecoo,
you seem to be having some JavaScript issues on your site. Our JS code appears to be loaded but is not executed on the “page loaded” event. Can you think of a change you made to your site that may have messed the JS up?
All the best,
LeweHi derfred,
thanks for your detailed problem descriptions.afaik the plugin creates a new file of each version of a form you save.
e.g. [multi-step-form id=”34″] [multi-step-form id=”35″] and so on.Unless you make a duplicate, the plugin is supposed to save the form under the same id when you make changes. I can not explain the behavior you experienced.
Regarding your second Problem, have you been using older versions of the plugin or just downloaded the newest version?
Thanks for using and enjoying our plugin,
LeweForum: Plugins
In reply to: [Multi Step Form] Next step eventHi Cyril,
you are welcome to clone our git repo and modify the JS sources as you want.
All the best and happy coding,
Lewe @ MondulaForum: Plugins
In reply to: [Multi Step Form] Sending Emails To Multiple PeopleHi,
sorry for the inconvenience but unfortunately, we do not support multiple recipients. Thanks for pointing out that it’s wrongly mentioned in the documentation.All the best,
Lewe from MondulaForum: Plugins
In reply to: [Multi Step Form] Redirect after submit buttonHi,
you can set an URL to be redirected to in the form-specific settings.
Thank you very much for considering to rate our plugin!
LeweForum: Plugins
In reply to: [Multi Step Form] Strange Icons in Section TitleHi Wayne,
there seem to be some conflicting CSS-Rules in your there or in one of your pulgins. For a quick workaround, you can add the following CSS-Rules to your site:#multi-step-form .fa.fa-envelope.form-control-feedback { left: 20px; margin-top: 14px; } #multi-step-form .fw-input-container { position: relative; }All the best