-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2ff45e2
commit 521b9ef
Showing
4 changed files
with
117 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
--- | ||
title: Get free offer | ||
description: Get in touch. | ||
nype_config: | ||
js: | ||
contact_form: true | ||
contact_form_free_subject: 'Fiori Role Testing: Get for free request' | ||
--- | ||
# Free Offer Form | ||
|
||
!!! info | ||
Read more about what is needed [to get Fiori Role Testing for free](get-for-free.md). | ||
|
||
Contact us on <span class="nype-code-button nype-show-email">`Show e-mail`</span> or fill out the form below. | ||
|
||
<div class="nype-form-wrapper"> | ||
<form class="nype-form" method="POST"> | ||
<label for="fullname">Full Name:</label> | ||
<input | ||
class="md-input" | ||
id="fullname" | ||
name="fullname" | ||
placeholder="Input your name" | ||
required | ||
type="text" | ||
> | ||
<label for="companyname">Company Name:</label> | ||
<input | ||
class="md-input" | ||
id="companyname" | ||
name="companyname" | ||
placeholder="Input your company name" | ||
required | ||
type="text" | ||
> | ||
<label for="email">E-mail:</label> | ||
<input | ||
autocomplete="email" | ||
class="md-input" | ||
id="email" | ||
name="email" | ||
placeholder="Input your e-mail" | ||
required | ||
type="email" | ||
> | ||
<label for="message">What can we do for you?:</label> | ||
<textarea | ||
class="md-input" | ||
id="message" | ||
name="message" | ||
placeholder="Input your message" | ||
required | ||
></textarea> | ||
<button | ||
class="md-button md-button--primary" | ||
type="submit" | ||
>Submit</button> | ||
</form> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
--- | ||
title: Get offer | ||
description: Get in touch. | ||
nype_config: | ||
js: | ||
contact_form: true | ||
--- | ||
# Offer Form | ||
|
||
Contact us on <span class="nype-code-button nype-show-email">`Show e-mail`</span> or fill out the form below. | ||
|
||
<div class="nype-form-wrapper"> | ||
<form class="nype-form" method="POST"> | ||
<label for="fullname">Full Name:</label> | ||
<input | ||
class="md-input" | ||
id="fullname" | ||
name="fullname" | ||
placeholder="Input your name" | ||
required | ||
type="text" | ||
> | ||
<label for="companyname">Company Name:</label> | ||
<input | ||
class="md-input" | ||
id="companyname" | ||
name="companyname" | ||
placeholder="Input your company name" | ||
required | ||
type="text" | ||
> | ||
<label for="email">E-mail:</label> | ||
<input | ||
autocomplete="email" | ||
class="md-input" | ||
id="email" | ||
name="email" | ||
placeholder="Input your e-mail" | ||
required | ||
type="email" | ||
> | ||
<label for="message">What can we do for you?:</label> | ||
<textarea | ||
class="md-input" | ||
id="message" | ||
name="message" | ||
placeholder="Input your message" | ||
required | ||
></textarea> | ||
<button | ||
class="md-button md-button--primary" | ||
type="submit" | ||
>Submit</button> | ||
</form> | ||
</div> |