The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
14 views

force step sequence in multistep form in Drupal 6

I am using multi step form with ctools in my site. How can I force the order of steps ? I mean if the user access step2 url the page redirect to step1. User can access to next step only when he ...
0
votes
1answer
23 views

How do I display a summary page after finishing a multistep form?

I have a multi step form in Drupal 6, and I want to show a summary page based on entered information in the steps after finishing the steps and user click finish button. I am using the ctools wizard ...
0
votes
1answer
31 views

How to add a confirmation form after the user clicks “Save” on a node edit form?

On a site I'm building, a user can edit certain fields on a node that cause a chain reaction to happen (which I've implemented using hook_nodeapi's "update" op). Since this chain reaction potentially ...
0
votes
1answer
43 views

Node Create/Edit Form - Multistep with dynamic fields

Our site has different type of articles. Based on the type selected, the fields displayed to the user varies. The ask is to create a multi-step form and include type field on step 1. Based on the ...
0
votes
0answers
24 views

How to make conditional page with webform 4 and webform ajax page?

Some fields will make a page skipped or not by its value. Is that possible? If so, how to do this? I'm using these modules : Webform-7.x-4.0-alpha6, webform_ajax_page-7.x-1.2 Thanks!
1
vote
1answer
65 views

Multiform/Wizard module

I'm looking for a module, that changes the workflow of creating a node. I want to be able to have several fields in named group sections so the author of a node has some structure. But when editing ...
0
votes
1answer
67 views

how to add form data in database

My registration form is multi-step and the form is shown in popup. I m using lighbox2 for popup and working perfectly fine and i have added the form filed in a file that comes with lightbox2 and place ...
0
votes
1answer
46 views

how to setup blocks that differentiate 'node edit' case from 'node add' case in MULTISTEP forms

Im using Drupal 6 and the multistep module : I need to display informations in a block apart when my users wether add or edit some of the available multistep forms : . there's a block that shows up ...
2
votes
1answer
31 views

During form validation, can you “stash” a form for an end user while they fill out a different form?

Core of the question I have a form that might throw a validation error based on the values in other entities on the site. If a user fills out an entity form and hits submit, they will see validation ...
0
votes
0answers
30 views

what is a proper solution to create a multi-page form of this kind [closed]

My client want to build a course registration form with three pages. Below is a mockup from the client The first page is the form data input. http://postimage.org/image/y7fuypy7f/ Then click to next ...
1
vote
0answers
83 views

How to jump to a specific page in a multipage Webform?

I have a multipage Webform, and I'm using Webform Bonus Pack to display a summary at the end before the user finally submits the form. What I'd like to do is provide "edit" links alongside the ...
4
votes
4answers
327 views

Multistep Registration Form

while googling and reading documentation and API, I've seen multiple solutions for "combining" 2 forms into one, and thus creating a multistep form. What I want though, not even sure if it's doable, ...
0
votes
2answers
65 views

multi page content drupal 7

So i want to create a website which presents information about topics over multiple pages, i.e. say the content was films, one page would be an overview of the film and there would be a button at the ...
1
vote
4answers
39 views

Asking a branching series of questions

I want to be able to ask users a question, and, depending on their answer, go to some other question. Webforms does not handle this well, since it seems to assume that the user answers most of the ...
1
vote
0answers
88 views

Multisteps Webform loses current page when refreshing browser

I've created a Webform with three steps. When i refresh the browser (F5) on step 1 and 2, i correctly remains in the same page. If i do the same in step three, i go back to step 2. For ALL the steps > ...
-2
votes
1answer
211 views

How does a ctools multi-step form advance to the next step? [closed]

I am working on a ctools multi-step form with five steps. I'm basing my work on this example. The form currently advances to the second step, but when you hit submit after that, it goes back to the ...
0
votes
0answers
153 views

Ctools wizard multistep form: Cancel should delete also current form

Based on this approach I am implementing a multi step form in D7, using ctools. I have noticed that clicking the Cancel button deletes the data from the object cache - but in the current form the ...
0
votes
2answers
209 views

Ctools wizard multistep form: Back button should remember entered data

I am building a multistep form using ctools, basically following this approach. Now I want the following behaviour: user is at step 1 enters data for step 1 clicks continue and gets to step 2 enters ...
0
votes
0answers
44 views

ahah call updates content but won't set display:block

I'm building multisptep forms with Drupal 6 and ctools form wizard as described here. In my first step I use an standard ahah call in the form-api part to display secondary radios that depend on the ...
1
vote
1answer
309 views

Multistep user registration using profile2

How can we create a multistep user registration form in drupal 7 using profile2 module.
0
votes
1answer
384 views

Is there a way to add profile2 forms in multistep registration

Is there a way to add profile2 forms into a multistep registration form?... First of all I am a beginner I only know small tidbits on how to do multistep... What I need is step 1 to be basic user ...
2
votes
1answer
426 views

Drupal7 multistep module - how to skip validation on previous

I created a multistep node form in Drupal7 using the multistep module (http://drupal.org/project/multistep) I patched the module so it would work (previously Drupal complained about required fields ...
1
vote
1answer
277 views

How to add the Terms and Conditions to custom form,not using any profile 2 or webform module?

How to add the Terms and Conditions to custom form? i have made a module and willing to add a "read me / terms and conditions " type of thing to my form . Whole code can be seen here , just dont ...
2
votes
1answer
391 views

Custom module error, does'nt show on the page

I am new to drupal, so basically i have made a simple registration form. The problem is when i go to the registration form it shows a blank page . i have made 3 files by the name of my custom module ...
0
votes
1answer
72 views

Textfields and values with a value of 0 get blanked out if stepped forward/backwards

I have a multipage form programmed with the drupal FAPI having in total 3 pages of fields consisting of textfields, textareas and radios, the form can be stepped forwards and backwards. On page 2 of ...
0
votes
2answers
184 views

Workflow, Multistep, and “Save” vs. “Done”

I have a Multistep node submission form with a couple of behaviors: The user can save it, leave, come back, and edit it further. Paging between the steps as well as clicking "save" produces this ...
0
votes
0answers
109 views

Checkboxes in Multistep: Form handler differences?

Using D7, and checkboxes that I've added via the normal 'manage fields' interface don't stay checked. When I navigate to the next page in the form or when I save it, the values appear to be lost. The ...
0
votes
1answer
63 views

Why is #field_parents empty in nested, multi-step form?

I'm using Webform, Fieldgroup and Multistep with D7. Ultimately I'd like to create a hierarchically-grouped list of all the submitted values and display on the last step of the multi-step form, with ...
0
votes
0answers
137 views

Multi step webform not working now

I have successfully created a multi step webform, it is working fine. After some days I need to enable the chat module (Drupal Chat, Session API) unfortunately these modules are disabled by poor ...
0
votes
0answers
163 views

Using checkbox field in Multi-step Forms results in Fatal error: Cannot unset string offsets in field.default.inc on line 41

I altered the Drupal 7 user registration form to be multi-step. On the first step is the username and email textfields. On the second step is all the extra user fields by setting their #access ...
2
votes
2answers
227 views

Multi user registration

As per the requirement, we need to have two separate registration forms student and companies with different kind of fields. We planned to use current drupal registration as student registration form ...
0
votes
1answer
418 views

Drupal 7 - FAPI - Multistep form - with add another option

I'm creating a multistep form in Drupal 7 - FAPI. In the main hook_form() the redirection to the different steps are handeled. function hook_form($form, &$form_state) { if ...
1
vote
0answers
381 views

Ctools Form Wizard Dynamic Fields Rebuilding

I just started rebuilding our subscription form as a Ctools Wizard Form which is great for storing values, and easy to use. Here is the code for building the form and saving the objects in ctools ...
0
votes
2answers
1k views

How to pre-populate multiple “field collection” fields in node form

I'm building a multistep node add form where you upload a zip of files on page 1, let the module read file names into an array when the uploader presses the "next" button, and then allows the uploader ...
2
votes
0answers
769 views

How would I change the label of a field in hook_form_FORM_ID_alter()?

For a Drupal 7 site, I'm trying to alter a form into multi-step and want to change the label of a field based on some answer from the first step, which is the reason for my question. I tried ...
0
votes
2answers
62 views

How to guide user through multiple unrelated forms

I have a content type with a term reference field. I want to give user a convenient way of grouping multiple nodes of that type together. I see it like this: The user creates a first node When he ...
2
votes
2answers
901 views

multistep module to create multistep registration form in drupal 6

I need to use the multistep module to create a multistep registration form in Drupal 6. In the multistep module you can easily create a multistep form for a content type but I need to use it instead ...
1
vote
1answer
361 views

Multistep form submission fails

I'm trying to add multistep form functionality to a node creation form via a form alter. My (abbreviated) code follows: function mymodule_form_FORM_ID_alter($form, &$form_state) { if ...
3
votes
2answers
531 views

Storing permanent value in Form while in validation handler

We can store a permanent value in $form_state in the submission handler, which will be retained against form errors, but I want to know how we can do it while in the validation handler, where I show ...
2
votes
1answer
2k views

Drupal 7 MultiStep Form

I am trying to implement the Multistep tutorial (Step 9) from http://drupal.org/node/717750 in Drupal 7, however in the following function function my_module_my_form_new_name($form, &$form_state) ...
1
vote
1answer
92 views

How do I maintain persistent information over a multi-step input process?

I don't have a multi-step form. I have many forms that are presented over many steps depending on decisions made in previous forms and user role. How do I best store persistent information across all ...
2
votes
1answer
476 views

How to redirect after submitting a multi-step registration form?

I want to redirect after submitting multi-step registration (Two step registration), and also I want to prevent the automatic logging to drupal website after registration completes. I tried the ...
1
vote
0answers
224 views

How to save the user submitted values of a multi-step user registration form?

I would like to create a multi-step user registration form in Drupal 6. The form_alter details are below function caubo_registration_form_alter(&$form, &$form_state, $form_id) { if ($form_id ...
1
vote
1answer
1k views

Fatal error: Call to undefined function ctools_include() While implementing Drupal 6 Multistep Form Using Chaos Tools

I would like to implement a multi-step user registration form. After a long time googling, I found Intro to Drupal 6 Multistep Form Domination Using Chaos Tools. While I was trying to implement the ...
1
vote
1answer
85 views

How can I allow users to duplicate a select field while creating a page from a custom content type?

I have one select field (filled with taxonomy terms) in a custom content type. I can't figure out how to allow users to duplicate that select field (select "apples" and then add the select field again ...
1
vote
1answer
365 views

How to save the user submitted values of a multi-step node editing form in database after last step submission in Drupal 7

In Drupal 7, i am trying to create a custom content type by creating my first module (not by admin UI). So i have defined my custom content type by using hook_node_info(). For my node editing form, i ...
1
vote
1answer
727 views

Any working techniques or examples for a multistep AJAX enabled node form

There's an AJAX enabled multistep form in the examples module and another in Chaos Tools (ctools_ajax_sample.module) In both cases the form is built in the function and doesn't use the default core ...
1
vote
3answers
389 views

Ctools wizard back button with #action

I'm trying to build a multi-step form with Ctools that will submit to another website upon completion (a hosted payment page). On the last form page, I have set the #action property in the form array ...
3
votes
2answers
409 views

Multistep CCK module

I was working with the Multistep module. While working with this module I found that it creates a node of the corresponding CCK after the first step itself and then keeps editing the node. Is there ...
3
votes
1answer
757 views

Add CCK form with overlay or colorbox

I have a CCK form. When users submit the form, and add new content, I would like the form to be viewed in an overlay that allows the form to use all of the browser window's area in a similar manner as ...

1 2