Last modified by Alex Cotiugă on 2026/05/02 12:23

From version 12.19
edited by Alex Cotiugă
on 2026/05/01 16:02
Change comment: There is no comment for this version
To version 12.15
edited by Alex Cotiugă
on 2026/05/01 15:58
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -2,11 +2,12 @@
2 2  #set ($xobject = $doc.getObject('Agnease.Code.ContactForm.ContactFormClass'))
3 3  #set ($xclass = $xobject.xWikiClass)
4 4  #set ($editing = true)
5 -= Tell Agnease About Your Project =
6 -Share a few details about your documentation, intranet, workflow, migration, upgrade, or XWiki support need. Agnease will review your request and suggest practical next steps.
7 7  {{html clean="false"}}
6 + <h2>Get in Touch About Your XWiki Project</h2>
7 + <h3>Tell us a bit about your project and we'll help you shape the right XWiki solution.</h3>
8 + ##<h2>Tell us a bit about your needs and we'll help you shape the right solution.</h2>
8 8   <div class="row">
9 - <div class="xform col-xs-7">
10 + <div class="xform col-xs-6">
10 10   <form>
11 11   <dl>
12 12   #foreach ($property in $xclass.properties)
... ... @@ -35,7 +35,7 @@
35 35   <input type="submit" class="btn btn-primary" value="Send my request">
36 36   </form>
37 37   </div>
38 - <div class="col-xs-5">
39 + <div class="col-xs-6">
39 39   </div>
40 40   </div
41 41  {{/html}}