drupal webform duplicate ?

Discussion in 'Drupal' started by chiller4life, Aug 30, 2013.

  1. #1
    i hae created a form but i need to duplicate it is that possible with any module?
     
    chiller4life, Aug 30, 2013 IP
  2. ajf7688

    ajf7688 Active Member

    Messages:
    719
    Likes Received:
    2
    Best Answers:
    1
    Trophy Points:
    85
    #2
    If You mean have it available at another alternative url then
    1. If your coding, then use menu_execute_active_handler (Available in Drupal 6 and 7)
    2. Else you can Use Url aliases by enabling the path module (Path Module is part of D7 core)
     
    ajf7688, Oct 8, 2013 IP
  3. ryan_uk

    ryan_uk Illustrious Member

    Messages:
    3,983
    Likes Received:
    1,022
    Best Answers:
    33
    Trophy Points:
    465
    #3
    If you mean make a copy of it to use on another site then try this:
    https://drupal.org/project/webform_share

    (You can import/export webforms.)
     
    ryan_uk, Oct 9, 2013 IP