Sitecore 9.0 Forms Settings tab customizations

Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
I need to add additional checkbox under Forms Settings tab.
How can I customize it?

sitecore-forms
add a comment |Â
up vote
1
down vote
favorite
I need to add additional checkbox under Forms Settings tab.
How can I customize it?

sitecore-forms
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I need to add additional checkbox under Forms Settings tab.
How can I customize it?

sitecore-forms
I need to add additional checkbox under Forms Settings tab.
How can I customize it?

sitecore-forms
sitecore-forms
edited 32 mins ago
Peter Prochazka
3,6181633
3,6181633
asked 53 mins ago
siddharth
846
846
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
2
down vote
accepted
You need to add it in core database under /sitecore/client/Applications/FormsBuilder/Components/Layouts/FormSettingsPropertyGrid/PageSettings/SettingsForm item:

It needs to be created based on FormCheckBox Parameters template.
Precise path to that template:
/sitecore/client/Business Component Library/version 2/Layouts/Renderings/Forms/Form/Templates/FormCheckBox Parameters
or you can find it based on its ID also:
AD75C314-F983-4C56-81D5-DC10D5CCF4EF
You need to also enable this new control in ControlDefinitions field in parent item that is based on FormSection template. This needs to be done in order to render control under that form section:

There is already checkbox that you can use as starting point.
Make your checkbox based on this item:
/sitecore/client/Applications/FormsBuilder/Components/Layouts/FormSettingsPropertyGrid/PageSettings/SettingsForm/Advanced/IsAjax

i duplicated the IsAjax item and renamed it , also updated few fields to change the text. However i could not see that new item. I cleared the cache too. Any idea , what i am missing ?
â siddharth
18 mins ago
I need to select this newly added item at item - /sitecore/client/Applications/FormsBuilder/Components/Layouts/FormSettingsPropertyGrid/PageSettings/SettingsForm/Advanced
â siddharth
13 mins ago
1
Thanks @Peter Prochazka
â siddharth
12 mins ago
1
I was just about to update answer with this information. Will do so in a second. Was creating screenshots...
â Peter Prochazka
12 mins ago
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
accepted
You need to add it in core database under /sitecore/client/Applications/FormsBuilder/Components/Layouts/FormSettingsPropertyGrid/PageSettings/SettingsForm item:

It needs to be created based on FormCheckBox Parameters template.
Precise path to that template:
/sitecore/client/Business Component Library/version 2/Layouts/Renderings/Forms/Form/Templates/FormCheckBox Parameters
or you can find it based on its ID also:
AD75C314-F983-4C56-81D5-DC10D5CCF4EF
You need to also enable this new control in ControlDefinitions field in parent item that is based on FormSection template. This needs to be done in order to render control under that form section:

There is already checkbox that you can use as starting point.
Make your checkbox based on this item:
/sitecore/client/Applications/FormsBuilder/Components/Layouts/FormSettingsPropertyGrid/PageSettings/SettingsForm/Advanced/IsAjax

i duplicated the IsAjax item and renamed it , also updated few fields to change the text. However i could not see that new item. I cleared the cache too. Any idea , what i am missing ?
â siddharth
18 mins ago
I need to select this newly added item at item - /sitecore/client/Applications/FormsBuilder/Components/Layouts/FormSettingsPropertyGrid/PageSettings/SettingsForm/Advanced
â siddharth
13 mins ago
1
Thanks @Peter Prochazka
â siddharth
12 mins ago
1
I was just about to update answer with this information. Will do so in a second. Was creating screenshots...
â Peter Prochazka
12 mins ago
add a comment |Â
up vote
2
down vote
accepted
You need to add it in core database under /sitecore/client/Applications/FormsBuilder/Components/Layouts/FormSettingsPropertyGrid/PageSettings/SettingsForm item:

It needs to be created based on FormCheckBox Parameters template.
Precise path to that template:
/sitecore/client/Business Component Library/version 2/Layouts/Renderings/Forms/Form/Templates/FormCheckBox Parameters
or you can find it based on its ID also:
AD75C314-F983-4C56-81D5-DC10D5CCF4EF
You need to also enable this new control in ControlDefinitions field in parent item that is based on FormSection template. This needs to be done in order to render control under that form section:

There is already checkbox that you can use as starting point.
Make your checkbox based on this item:
/sitecore/client/Applications/FormsBuilder/Components/Layouts/FormSettingsPropertyGrid/PageSettings/SettingsForm/Advanced/IsAjax

i duplicated the IsAjax item and renamed it , also updated few fields to change the text. However i could not see that new item. I cleared the cache too. Any idea , what i am missing ?
â siddharth
18 mins ago
I need to select this newly added item at item - /sitecore/client/Applications/FormsBuilder/Components/Layouts/FormSettingsPropertyGrid/PageSettings/SettingsForm/Advanced
â siddharth
13 mins ago
1
Thanks @Peter Prochazka
â siddharth
12 mins ago
1
I was just about to update answer with this information. Will do so in a second. Was creating screenshots...
â Peter Prochazka
12 mins ago
add a comment |Â
up vote
2
down vote
accepted
up vote
2
down vote
accepted
You need to add it in core database under /sitecore/client/Applications/FormsBuilder/Components/Layouts/FormSettingsPropertyGrid/PageSettings/SettingsForm item:

It needs to be created based on FormCheckBox Parameters template.
Precise path to that template:
/sitecore/client/Business Component Library/version 2/Layouts/Renderings/Forms/Form/Templates/FormCheckBox Parameters
or you can find it based on its ID also:
AD75C314-F983-4C56-81D5-DC10D5CCF4EF
You need to also enable this new control in ControlDefinitions field in parent item that is based on FormSection template. This needs to be done in order to render control under that form section:

There is already checkbox that you can use as starting point.
Make your checkbox based on this item:
/sitecore/client/Applications/FormsBuilder/Components/Layouts/FormSettingsPropertyGrid/PageSettings/SettingsForm/Advanced/IsAjax

You need to add it in core database under /sitecore/client/Applications/FormsBuilder/Components/Layouts/FormSettingsPropertyGrid/PageSettings/SettingsForm item:

It needs to be created based on FormCheckBox Parameters template.
Precise path to that template:
/sitecore/client/Business Component Library/version 2/Layouts/Renderings/Forms/Form/Templates/FormCheckBox Parameters
or you can find it based on its ID also:
AD75C314-F983-4C56-81D5-DC10D5CCF4EF
You need to also enable this new control in ControlDefinitions field in parent item that is based on FormSection template. This needs to be done in order to render control under that form section:

There is already checkbox that you can use as starting point.
Make your checkbox based on this item:
/sitecore/client/Applications/FormsBuilder/Components/Layouts/FormSettingsPropertyGrid/PageSettings/SettingsForm/Advanced/IsAjax

edited 9 mins ago
answered 38 mins ago
Peter Prochazka
3,6181633
3,6181633
i duplicated the IsAjax item and renamed it , also updated few fields to change the text. However i could not see that new item. I cleared the cache too. Any idea , what i am missing ?
â siddharth
18 mins ago
I need to select this newly added item at item - /sitecore/client/Applications/FormsBuilder/Components/Layouts/FormSettingsPropertyGrid/PageSettings/SettingsForm/Advanced
â siddharth
13 mins ago
1
Thanks @Peter Prochazka
â siddharth
12 mins ago
1
I was just about to update answer with this information. Will do so in a second. Was creating screenshots...
â Peter Prochazka
12 mins ago
add a comment |Â
i duplicated the IsAjax item and renamed it , also updated few fields to change the text. However i could not see that new item. I cleared the cache too. Any idea , what i am missing ?
â siddharth
18 mins ago
I need to select this newly added item at item - /sitecore/client/Applications/FormsBuilder/Components/Layouts/FormSettingsPropertyGrid/PageSettings/SettingsForm/Advanced
â siddharth
13 mins ago
1
Thanks @Peter Prochazka
â siddharth
12 mins ago
1
I was just about to update answer with this information. Will do so in a second. Was creating screenshots...
â Peter Prochazka
12 mins ago
i duplicated the IsAjax item and renamed it , also updated few fields to change the text. However i could not see that new item. I cleared the cache too. Any idea , what i am missing ?
â siddharth
18 mins ago
i duplicated the IsAjax item and renamed it , also updated few fields to change the text. However i could not see that new item. I cleared the cache too. Any idea , what i am missing ?
â siddharth
18 mins ago
I need to select this newly added item at item - /sitecore/client/Applications/FormsBuilder/Components/Layouts/FormSettingsPropertyGrid/PageSettings/SettingsForm/Advanced
â siddharth
13 mins ago
I need to select this newly added item at item - /sitecore/client/Applications/FormsBuilder/Components/Layouts/FormSettingsPropertyGrid/PageSettings/SettingsForm/Advanced
â siddharth
13 mins ago
1
1
Thanks @Peter Prochazka
â siddharth
12 mins ago
Thanks @Peter Prochazka
â siddharth
12 mins ago
1
1
I was just about to update answer with this information. Will do so in a second. Was creating screenshots...
â Peter Prochazka
12 mins ago
I was just about to update answer with this information. Will do so in a second. Was creating screenshots...
â Peter Prochazka
12 mins ago
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsitecore.stackexchange.com%2fquestions%2f14515%2fsitecore-9-0-forms-settings-tab-customizations%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
