Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 4 years ago.
Improve this question
I'm new to web development and I've been working with this for quite a while now. I'm using wordpress and I need help on doing a multi step survey on wordpress like this one.
sample
Thank you guys !
You can use plugins, I do a search but not find out any multiple steps form jQuery for WordPress.
Here is Contact form 7 Multiple step plugin:
https://wordpress.org/plugins/contact-form-7-multi-step-module/
And here is the demo: http://webheadcoder.com/contact-form-7-multi-step-form/
It's not jQuery multiple steps form for a fast transfer movement, but you can use it for your survey purpose.
Contact form 7 itself does not save submitted data to database, but you can find an extension to do it: https://wordpress.org/plugins/contact-form-7-to-database-extension/
This is to help you get the survey data from use and analyze it.
I hope that helps.
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I am new to wordpress and i need to create a plugin using wordpress. Can you say defaultly how much files I need to create for a whole plugin and how it works? Can you with one example.. Advance thanks
Here i found a guide, may be it can help you in differentiating Actions & Filters
Beginners guide for Actions & Filters
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I'm building a site for a client that requires several languages. They have all the text required for all the languages. But what's the best (correct) way to implement this?
Thanks for your help!
I understand from your question that your client has different pages/posts already translated to several languages. If you are using wordpress I would recommend to use a wordpress translation plugin such as WPML (this is the only one I tested and It has always given me good results but it´s a premium plugin).
In case you want to investigate more, I found a good post comparing different wordpress translation plugins both free and premium.
Hope it helps!
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
I use plugin UserPress for WordPress in my site with Advanced Custom Fields.
I don't understand how i can insert in front-end wiki's forms Custom fields for registered users.
The docs for UserPress is very poor.
Thanks.
Here's a link which explain how to add Acf in front end form : http://www.advancedcustomfields.com/resources/create-a-front-end-form/
Make sure that you used the good version of tutorial acf_form ^^
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
Is it possible to connect this on WordPress site ? Its new feature and I want to know is it possible and would it make sense?
Introducing new features for Website Custom Audiences
https://www.facebook.com/business/news/Multi-Product-Ads-and-Enhanced-Custom-Audiences-from-your-Website
Maybe anybody knows about that, and can help me a little bit.
I'm using WCA for most of my websites. It's good to keep your website visitors data so that you can run remarketing campaign targeting them easily in near future.
This video will show you how to install WCA script on WordPress site:
https://www.youtube.com/watch?v=pJFTeIPs3-Q
If you're not using WordPress, that's fine. Just paste the tracking pixel script inside your HTML file before </head> tag close.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
Does anybody know a way to make wordpress act like stack exchange?
reader accounts
thumbing up and down posts
ability to edit posts
ability to add or remove keywords
SE markdown
etc.
Yes you can make it. There might not be exact plugin to fulfill your requirement so you need to customize plugin or need to build custom plugin or theme to fulfill your requirement.
Furthermore, bbPress plugin nearly meets of your requirement (about 50 to 60 % ). You can customize it to enhance other features.