Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1034527
registration_fields.elm.tpl
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Jun 21, 7:23 PM
Size
1 KB
Mime Type
text/html
Expires
Mon, Jun 23, 7:23 PM (3 h, 35 m)
Engine
blob
Format
Raw Data
Handle
668606
Attached To
rTADV Themes.Advanced
registration_fields.elm.tpl
View Options
<!--## AFFILIATE REGISTRATION CHECKBOX ##-->
<
inp2:m_if
check
=
"m_AllowAffiliateRegistration"
>
<
inp2:m_RenderElement
name
=
"inp_edit_field_separator"
is_last
=
"0"
/>
<
tr
class
=
"<inp2:m_odd_even odd='table_color1' even='table_color2'/>"
>
<
inp2:m_inc
param
=
"tab_index"
by
=
"1"
/>
<
td
class
=
"field-name"
>
<
label
for
=
"RegisterAsAffiliate"
>
<
inp2:m_phrase
label
=
"lu_fld_RegisterAsAffiliate"
/>
:
</
label
>
</
td
>
<
td
class
=
"field-value"
>
<
input
tabindex
=
"<inp2:m_get param='tab_index'/>"
type
=
"checkbox"
id
=
"RegisterAsAffiliate"
name
=
"RegisterAsAffiliate"
onchange
=
"toggle_affiliate()"
<
inp2:m_if
check
=
"m_GetEquals"
name
=
"RegisterAsAffiliate"
value
=
"on"
>
checked
</
inp2:m_if
>
/>
<
input
class
=
"hidden-element"
type
=
"submit"
id
=
"events[u.register][OnRefreshForm]"
name
=
"events[u.register][OnRefreshForm]"
/>
</
td
>
</
tr
>
<
inp2:m_if
check
=
"m_GetEquals"
name
=
"RegisterAsAffiliate"
value
=
"on"
>
<
inp2:m_RenderElement
name
=
"inp_edit_field_separator"
is_last
=
"0"
/>
</
inp2:m_if
>
</
inp2:m_if
>
<!--## /AFFILIATE REGISTRATION CHECKBOX ##-->
<
inp2:m_if
check
=
"m_GetEquals"
name
=
"RegisterAsAffiliate"
value
=
"on"
>
<
inp2:m_include
template
=
"in-commerce/elements/forms.elm"
/>
<
inp2:affil.register_FormName
name
=
"registration"
/>
<
inp2:affil.register_PresetFormFields
/>
<
inp2:m_RenderElement
name
=
"inp_edit_box"
prefix
=
"affil.register"
field
=
"SSN"
title
=
"lu_fld_SSNField"
/>
<
inp2:m_RenderElement
name
=
"inp_affiliate_payment_types"
prefix
=
"affil.register"
field
=
"PaymentTypeId"
title
=
"lu_fld_AffiliatePaymentType"
/>
<
inp2:m_RenderElement
name
=
"inp_edit_textarea"
prefix
=
"affil.register"
field
=
"Comments"
title
=
"lu_fld_AffiliateComments"
cols
=
"35"
rows
=
"5"
/>
<
inp2:m_RenderElement
name
=
"inp_affiliate_terms_checkbox"
prefix
=
"affil.register"
field
=
"TermsAccepted"
/>
</
inp2:m_if
>
<
script
type
=
"text/javascript"
>
function
toggle_affiliate
()
{
document
.
getElementById
(
'events[u.register][OnRefreshForm]'
).
click
();
}
</
script
>
Event Timeline
Log In to Comment