Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJos Poortvliet <jospoortvliet@gmail.com>2020-04-07 23:10:51 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2020-04-07 23:10:51 +0300
commit4f49a9a9a897f0e2ee7be22fe57ecf9f85142480 (patch)
tree70e255575843927178aa95b1476612be43c5bf7d /page-ionos.php
parent0960299df65cb64de5ca233a112563dfbef64faf (diff)
add submit form
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'page-ionos.php')
-rw-r--r--page-ionos.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/page-ionos.php b/page-ionos.php
index 111d7729..3c0953a0 100644
--- a/page-ionos.php
+++ b/page-ionos.php
@@ -182,7 +182,7 @@ imagedestroy($image);
<div class="contact">
<h3><?php echo $l->t('Fill in the form below to receive a contract and invoice from us and get started!');?></h3>
<hr>
- <form id="orderform" name="orderform" method="post" action="../ordersubmit/">
+ <form id="orderform" name="orderform" method="post" action="../ionossubmit/">
<p><label for="yourname"><?php echo $l->t('Contact person');?> *<br>
<input type="text" name="yourname" maxlength="60" size="60" placeholder="John Doe" onChange="doCalculation()"></label>
<span id="yourname-error" class="error"></span>
@@ -240,7 +240,7 @@ imagedestroy($image);
<option value="charity"><?php echo $l->t('Charitable');?></option>
</select></label>-->
<p><h3><?php echo $l->t('Optional features:');?></h3></p>
- <input disabled type="checkbox" name="outlook" value="outlook" onChange="doCalculation()"> <span class="optional"><?php echo $l->t(' Include');?> <a class="hyperlink" href="<?php echo home_url('outlook') ?>" target="_blank"><?php echo $l->t('our Outlook add-in <i class="fa fa-external-link" aria-hidden="true"></i></a> (€ 5/user)');?></span><br/>
+ <input disabled type="checkbox" name="outlook" value="outlook" onChange="doCalculation()"> <span class="optional"><?php echo $l->t(' Include');?> <a class="hyperlink" href="<?php echo home_url('outlook') ?>" target="_blank"><?php echo $l->t('our Outlook add-in <i class="fa fa-external-link" aria-hidden="true"></i></a> (€ 0.5/user/month)');?></span><br/>
<!-- <p><h4><?php echo $l->t('Only with a Standard Subscription:');?></h4></p> -->
<!-- <input disabled id="collaboraCheck" type="checkbox" name="collaboraCheck" value="collaboraCheck" onChange="doCalculation()"> <span class="optional"><?php echo $l->t(' Include');?> <a class="hyperlink" href="<?php echo home_url('collaboraonline') ?>" target="_blank">Collabora Online <i class="fa fa-external-link" aria-hidden="true"></i></a> <?php echo $l->t('(€ 17/user for the first 100, € 16/user after that)');?></span><br/> -->
<!-- <input disabled id="onlyofficeCheck" type="checkbox" name="onlyofficeCheck" value="onlyofficeCheck" onChange="doCalculation()"> <span class="optional"><?php echo $l->t(' Include');?> <a class="hyperlink" href="<?php echo home_url('onlyoffice') ?>" target="_blank">ONLYOFFICE <i class="fa fa-external-link" aria-hidden="true"></i></a> <?php echo $l->t('(€ 935 for the first 250 users)');?></span><br/> -->