Drupal Forms - Setting a Default Value
Posted
by JR
on Stack Overflow
See other posts from Stack Overflow
or by JR
Published on 2010-02-22T21:16:00Z
Indexed on
2010/03/14
2:45 UTC
Read the original article
Hit count: 375
I am using the webform module for Drupal 6 and would like to set a default value for the confirmation message of the webform whenever it is created. Would I have to create my own module to set this form value whenever a user creates a new webform? Or would I have to implement a special hook to look for when a webform is created?
© Stack Overflow or respective owner