Skip to content
Snippets Groups Projects
Commit 1f585f71 authored by Torben Böhnke's avatar Torben Böhnke
Browse files

update t35t

parent 7cef36ba
No related branches found
No related tags found
No related merge requests found
...@@ -732,12 +732,12 @@ Alternativ kannst Du uns auch eine E-Mail an <a href="mailto:makerspace@rub.de"> ...@@ -732,12 +732,12 @@ Alternativ kannst Du uns auch eine E-Mail an <a href="mailto:makerspace@rub.de">
// Build the formatted message // Build the formatted message
var formattedMessage = var formattedMessage =
"Vorname: " + vorname + " " + "\n" + "<strong>Vorname:</strong> " + vorname + "<br>" +
"Nachname: " + nachname + " " + "\n" + "<strong>Nachname:</strong> " + nachname + "<br>" +
"E-Mail: " + email + " " + "\n" + "<strong>E-Mail:</strong> " + email + "<br>" +
"Telefonnummer: " + tel + " " + "\n" + "<strong>Telefonnummer:</strong> " + tel + "<br><br>" +
"Nachricht: " + " " + "\n" + nachricht + " " + "\n" + "<strong>Nachricht:</strong><br>" + nachricht + "<br><br>" +
"Einverständnis Datenschutz: " + dataPrivacyChecked; "<strong>Einverständnis Datenschutz:</strong> " + dataPrivacyChecked;
// Set the value of the hidden field // Set the value of the hidden field
document.getElementById('formatted_message').value = formattedMessage; document.getElementById('formatted_message').value = formattedMessage;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment