Multi step form in joomla? - forms

I have to make a multistep registration form in joomla.In first step i will only take personal information from user. IF user input the detail correct then only the yser will go to next step.
Please tell me if any plugin or component that provide this kind of functionalty
Thanks in advance
Pramod

You need to specify which version as the extensions available are different. Assuming you are using 1.5 then you can use Chronoforms. I'm not sure if the 1.6 version can do it, but the 1.5 has multistep form capability and also allows you to enter your own code for processing between forms.
http://extensions.joomla.org/extensions/contacts-and-feedback/forms/1508
Check their website for tutorials on how to make multistep forms.

I have used this one. Nice userguide included.
http://www.itoris.com/joomla-form-builder-smartformer.html

Related

Magnolia CMS - Converting a page variant to the default page

I have a page that has multiple variants on my Magnolia CMS. I want to convert one of those variants as the default page. I don't think there is an out-of-the-box automated solution for that. The simplest approach that I can think of is to copy the components from the new variant and paste them onto the default page but that is a tedious process as I have a lot of components on the new variant. Instead of redoing all the tasks on the default page, is there an easy way to convert a variant to the default page?
Thanks in advance!
That is not a product feature currently. We would welcome you to make a suggestion here - ideally including some details about why you want it or what problems it is causing you.
https://portal.productboard.com/magnolia/1-magnolia-roadmap/tabs/1-considering/submit-idea
Cheers, Topher
The simplest approach that I can think of is to copy the components from the new variant and paste them onto the default page but that is a tedious process
CopyUtil might help with that (you probably need to remove the existing nodes first).

How to update value of a field for all page in AEM?

I create a site with AEM (Adobe Experience Manager). I have a page type as property-page. The property-page have a field type "Number of event in a page". I want to modify the number of event for all property page.
How to do that?
Thank you & kind regards,
There is no mass-update feature in AEM. Ask your developers for support. They either write you a little tool. Or they could generate a lot of curl-requests based on a query. Another option would be the AEM Groovy Console (https://github.com/OlsonDigital/aem-groovy-console). There you or your developers could write a script.
Finally you can do it one by one manually. Take a look into crx/de, which might be a little bit faster.
If you want to bulk update the page property you may use OTB Bulk Editor feature. Here is a video explaining how to use this.
There is a similar ACS tool for updating sling:resourceType property. You can extend and customize this tool if not happy with OTB feature.

Any wordpress form building plugin for my requirements?

I'm looking for a WP plugin which can allow me to create different forms and embed them on pages and following are the requirements:
Only a single textbox required in each of those forms
The submit button will only be shown if a custom entry/answer is inputted into the textbox. (basically a client-side validation)
The submitted answer should be stored in the back-end with the usermeta (or just the username of the user logged in) so that I can export the entries in a format like csv, etc.
Any thoughts?
P.S. I have found one but not sure if the PRO version of this allows me to have a validation for a custom text. This is the plugin: http://wordpress.org/extend/plugins/visual-form-builder/
Gravity Forms is the most robust form builder plugin for WordPress. You can, with the right knowledge and skills, make it do pretty much anything you'd like. You can find it here: Gravity Forms.
Very well, I've found this. There are actually good plugins however, you will have to purchase it. I'm looking for a free one. http://www.webdesignboom.com/2013/formcraft-wordpress-form-builder/

Joomla Form builder download!

I am searching the joomla component that generate form fields (Form Builder) with database fields. So anybody know the component for installation. Please provide me a link to download component.
You can try RichContactPro. A Joomla form builder
JForms should do the trick. Building forms could not be any simpler. In JForms you just drag'n'drop the fields that you require and it's ready to go.
I use ChronoForms for building forms and ChronoConnectivity to associate those forms with either existing tables or tables created through ChronoForms based on the form you build. You can put together some pretty intricate apps using these 2 components.
Try this form builder. It can be used not only for Joomla
I'm using JCCreator
They have live chat to support you
And also SALE with coupon NewUser2019 gives 50%

How can I create component in Joomla 1.5?

I need to make pages in Joomla, and my template has my header and footer. I intend to use components as pages where I enter my Html code. How can I make these simple components?
This tutorial is the best I have come across so far.
Component is major part in Joomla, you should clearly understand its ins and outs, have a look at this tutorial to get you started:
Step-By-Step Joomla Component Creation Tutorial
You should refer this site. This tools enables you to build component from scratch. It will save lots of your effort & time.
Here is another one which I just found.