-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtmpl_formwrap.html
38 lines (33 loc) · 2.01 KB
/
tmpl_formwrap.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Powermail HTML Template for formwrap
--- MARKERS OUTSIDE SUBPARTS ---
Form name (set in backend flexform): ###POWERMAIL_NAME###
Target for form: ###POWERMAIL_TARGET###
Form method (POST or GET): ###POWERMAIL_METHOD###
UID of content element: ###POWERMAIL_FORM_UID###
Pagebrowser (only if multiple): ###POWERMAIL_MULTIPLE_PAGEBROWSER###
Backlink (only if multiple): ###POWERMAIL_MULTIPLE_BACKLINK###
Nextlink (only if multiple): ###POWERMAIL_MULTIPLE_FORWARDLINK###
JavaScript for validation: ###POWERMAIL_MANDATORY_JS###
Marker for Extensions: ###POWERMAIL_JS###
Own CSS class for fieldset (with ending space): ###OWNCSS###
Fill Marker with any parsed field: ###UID[number]### (e.g. ###UID23###)
-- MARKERS INSIDE SUBPARTS ---
Name of fieldset (small letters): ###POWERMAIL_FIELDSETNAME_small###
UID of current fieldset: ###POWERMAIL_FIELDSET_UID###
Full fieldset name: ###POWERMAIL_FIELDSETNAME###
HTML Code of current field: ###POWERMAIL_FIELDS###
--- GENERAL MARKERS (INSIDE/OUTSIDE) --
Displaying any value from pi1/locallang.xml: ###POWERMAIL_LOCALLANG_YOURFIELD### (Could be filled via locallang.xml or typoscript - see manual for details)
Displaying any value from typoscript: ###POWERMAIL_TYPOSCRIPT_YOURFIELD### (Could be filled via typoscript - see manual for details)
<!-- ###POWERMAIL_FORMWRAP### begin -->
<div class="tx-powermail-pi1_formwrap tx-powermail-pi1_formwrap_###POWERMAIL_FORM_UID###">
<form name="###POWERMAIL_NAME###" id="###POWERMAIL_NAME###" action="###POWERMAIL_TARGET###" method="###POWERMAIL_METHOD###" class="form-horizontal" role="form" enctype="multipart/form-data">
###POWERMAIL_MULTIPLE_PAGEBROWSER###
<!-- ###POWERMAIL_CONTENT### --><!-- ###POWERMAIL_ITEM### -->
###POWERMAIL_FIELDS###
<!-- ###POWERMAIL_ITEM### --><!-- ###POWERMAIL_CONTENT### -->
###POWERMAIL_MULTIPLE_BACKLINK###
###POWERMAIL_MULTIPLE_FORWARDLINK###
</form>
</div>
<!-- ###POWERMAIL_FORMWRAP### end -->