PowerShellConferenceEU / website-archive

The official website for PowerShell Conference EU
https://psconf.eu/
Other
1 stars 3 forks source link

Contact form for footer #56

Closed TobiasPSP closed 7 years ago

TobiasPSP commented 7 years ago

Here is a contact form that allows visitors to leave us messages. Can we add this to the page footer?

Embed Code ENGLISH:

<div id="wufoo-q1dvd4gc1inhctm">
Fill out my <a href="https://tobiaspsp.wufoo.com/forms/q1dvd4gc1inhctm">online form</a>.
</div>
<script type="text/javascript">var q1dvd4gc1inhctm;(function(d, t) {
var s = d.createElement(t), options = {
'userName':'tobiaspsp',
'formHash':'q1dvd4gc1inhctm',
'autoResize':true,
'height':'519',
'async':true,
'host':'wufoo.com',
'header':'show',
'ssl':true};
s.src = ('https:' == d.location.protocol ? 'https://' : 'http://') + 'www.wufoo.com/scripts/embed/form.js';
s.onload = s.onreadystatechange = function() {
var rs = this.readyState; if (rs) if (rs != 'complete') if (rs != 'loaded') return;
try { q1dvd4gc1inhctm = new WufooForm();q1dvd4gc1inhctm.initialize(options);q1dvd4gc1inhctm.display(); } catch (e) {}};
var scr = d.getElementsByTagName(t)[0], par = scr.parentNode; par.insertBefore(s, scr);
})(document, 'script');</script>

`

Embed Code GERMAN:

<div id="wufoo-r17r8vjr09s896t">
Fill out my <a href="https://tobiaspsp.wufoo.com/forms/r17r8vjr09s896t">online form</a>.
</div>
<script type="text/javascript">var r17r8vjr09s896t;(function(d, t) {
var s = d.createElement(t), options = {
'userName':'tobiaspsp',
'formHash':'r17r8vjr09s896t',
'autoResize':true,
'height':'519',
'async':true,
'host':'wufoo.com',
'header':'show',
'ssl':true};
s.src = ('https:' == d.location.protocol ? 'https://' : 'http://') + 'www.wufoo.com/scripts/embed/form.js';
s.onload = s.onreadystatechange = function() {
var rs = this.readyState; if (rs) if (rs != 'complete') if (rs != 'loaded') return;
try { r17r8vjr09s896t = new WufooForm();r17r8vjr09s896t.initialize(options);r17r8vjr09s896t.display(); } catch (e) {}};
var scr = d.getElementsByTagName(t)[0], par = scr.parentNode; par.insertBefore(s, scr);
})(document, 'script');</script>

`

gravejester commented 7 years ago

This form is a little too large for the footer. Could you try to get the firstname and lastname fields on the same line? And see if it's possible to shorten the message box a few lines as well :)