Skip to main content

Primary links

  • Home
  • AI
  • Kubernetes
  • Incus
  • Ansible
  • Terraform
  • OpenStack
  • Virtualization
  • Linux
  • SmartHome
  • HowTo

Misc

  • Linux
  • Hardware
  • Programming
    • Graphic
    • HTML / PHP / CMS
      • AJAX
      • Apache
      • CSS
      • Drupal
        • AdSense
        • CAPTCHA
        • Ddblock
        • Drupal Galleria
        • Enable Cache
        • GeSHi filter
        • Google +1
        • Google Analytics
        • Instal Drupal
        • Language
        • SMTP
        • Shadowbox
        • Themes
        • Translation
        • URL rewrite
        • Webform
        • XML Sitemap
        • access control
        • easySlider
        • fivestar
        • jCarousel
      • Flash video
      • HTML examples
      • PHP
      • WebDAV
      • Webserver UTF-8 encoding
      • framebreaker
      • nginx
    • Java
    • PL / SQL
    • Magento
    • python
    • Asterisk
    • C / C++
    • JavaScript
    • Json
    • Magento
    • OpenOffice / LibreOffice
    • Perl
    • Postfix
    • Regular Expression
    • TLA
    • Tomcat
    • Zenity
    • bash
    • find
    • git
    • ofbiz
    • wildfly
    • xml
  • Databases
  • Multimedia
  • Windows

Cloud

  • OpenStack
  • cloud-config
  • nextcloud

Virtualization

  • Virtualization
  • Incus
  • Docker
  • KVM
  • Kubernetes
  • LXC
  • LXD
  • QEMU
  • VMware
  • VirtualBox
  • multipass
  • podman
  • vagrant
  • XEN

Network

  • DNS
  • Firewall
  • Linux
  • OpenvSwitch
  • SSL
  • VLAN
  • VPN
  • iPXE
  • namespaces
  • nmcli
  • tcpdump

Storage

  • CEPH
  • DRBD
  • LVM
  • S3
  • ZFS
  • btrfs

Automation / CI/CD

  • Install
  • Ansible
  • GitLab
  • LLM
  • Preseed
  • Puppet
  • Terraform
  • Ubuntu autoinstall

Monitoring / Visualisation

  • Grafana
  • Icinga
  • Prometheus
  • Monitoring
  • ELK
  • mermaid
# project page
http://drupal.org/project/webform

# download
# old # http://ftp.drupal.org/files/projects/webform-6.x-2.8.tar.gz
http://ftp.drupal.org/files/projects/webform-6.x-2.9.tar.gz
extract
copy webform to /sites/all/modules

# enable module
Administer > Modules
/admin/build/modules
check: Webform

# (optional, disable display post information)
Site building > Themes > Configure
/admin/build/themes/settings
checkout: Webform


# Site configuration > Languages
# admin/settings/language

# Translate interface
# /admin/build/translate/search


# String contains: Submit
# admin/build/translate/edit/3849
# German: Absenden



Display post information on




Admin > Create content > Webform
/node/add/webform


Webform Settings
Title: Kontakt
Description: 

Webform mail settings
E-mail to address: info@example.com
#E-mail from name: example.com

[save]

Forum components
/node/15/edit/components



Edit > Configuration


Menu settings
Menu link title: Kontakt


Webform Settings
Title: Kontakt
Description: YOUR_ADDRESS....


Webform mail settings
E-mail to address: mail@example.com


E-mail from name:
Component: Ihr Name

E-mail from address:
Component: Ihre E-Mail-Adresse

E-mail subject:
Component: Betreff



Webform advanced settings
Submit button text: Absenden



Comment settings
Disabled


URL path settings
Kontakt


Publishing options
check: Published

[save]


## translation

# disable "The results of this submission may be viewed at:" footer
/modules/webform/webform-mail.tpl.php
<?php //print t('The results of this submission may be viewed at:') ?>
<?php //print url('node/'. $node->nid .'/submission/'. $sid, array('absolute' => TRUE)) ?>



/modules/webform/translations/de.po
#: webform.module:1986
msgid "Thank you, your submission has been received."
msgstr "Vielen Dank. Ihre Nachricht wurde übermittelt."



or

/admin/build/translate/search

Thank you, your submission has been received.
search
edit

Vielen Dank. Ihre Nachricht wurde übermittelt.
save







# Diff
diff -r webform.org/translations/de.po webform.new/translations/de.po
838c838
< msgstr ""
---
> msgstr "Vielen Dank. Ihre Nachricht wurde übermittelt."
diff -r webform.org/webform-mail.tpl.php webform.new/webform-mail.tpl.php
44,45c44,45
< <?php print t('The results of this submission may be viewed at:') ?>
< <?php print url('node/'. $node->nid .'/submission/'. $sid, array('absolute' => TRUE)) ?>
---
> <?php //print t('The results of this submission may be viewed at:') ?>
> <?php //print url('node/'. $node->nid .'/submission/'. $sid, array('absolute' => TRUE)) ?>





// edit css
#webform-client-form-1 .form-item {
display: block;
float: left;
margin: 1em;
}



# Contact entry settings
Webform advanced settings
Submit button text: Absenden

Comment settings
select: Disabled 




# set permissions
##admin/user/permissions
##webform module > create webforms
##check: authenticated user


##admin/content/webform

# Submit path HowTo
http://drupal.org/node/7404/cvs-instructions/HEAD
Profiles GitHub StackOverflow LinkedIn Xing
Contact Imprint
© panticz 2026

Cookie-Einstellungen

Diese Website nutzt eingebettete Inhalte von Drittanbietern (z.B. YouTube, SoundCloud). Beim Laden dieser Inhalte werden Daten an die jeweiligen Anbieter übermittelt. Datenverarbeitungserklärung