Hi–

I have seen some videos online on how to create forms using D7 forms API. They are a bit over my head. Is there a module that helps to build them? I need to build a form that:

  • Has dynamic form elements using jQuery
  • Has client-side validation
  • Creates a new node of a set content type on form submission

Thanks.

Comments

jgoldbloom’s picture

Specific to FAPI might want to check out: http://drupal.org/project/form_helper

For a GUI based web form creator please checkout the every popular and powerful: http://drupal.org/project/webform

nevets’s picture

I would suggest simply using a content type which has it's own add/edit form.