When users fill up a form on my Drupal 7 site, I need that information to go into a remote MS SQL server db. It\'s essentially a reservation system, so they fill up details like date/time and name, an
I have set up a multistep webform on a Drupal website and I am trying to check a field and stay on the first page of the webform if the field doesn\'t meet the conditions. On the first step of the web
I have created a new content (web form). I have successfully added some ele开发者_开发技巧ments using webform. But it\'s not displaying form elements on view page.
I have webforms in my drupal 7 website. What I want is to validate my webform fields. The webformcontains a phone field which should accept numeric field and should contain 10 numbers only. Is there a
When drupal webform with hidden value is submitted by anonymous user. value is not getting in the email tem开发者_高级运维plate. Is there a way to get value for hidden field by anonymous user.Which hi
In a multi-step Drupal webform, is it possibl开发者_高级运维e to show a value entered in a previous-step page?
When I click on \"Results\" and then \"Submissions\" I see the following columns: #, Submitted, User, Ip address, Operations
I am a newbie in drupal, webform and php. Actually I have installed the drupal-7 with the webform module and I want to modify the text of options i.e. \"view\" to \"create project\" and \"Results\" to
I\'ve made a contact form with Webform module. But it doesn\'t send HTML emails. I have installed HTML mail, Mail MIME modules. HTML mail module\'s send test works fine, but mail from Webform is alway
I 开发者_开发百科have a Drupal webform with a textarea that I would like to limit the line and character per line when a option is selected, related to the textarea.