Sitecore 9.0 Forms Settings tab customizations

The name of the pictureThe name of the pictureThe name of the pictureClash 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?



enter image description here










share|improve this question



























    up vote
    1
    down vote

    favorite












    I need to add additional checkbox under Forms Settings tab.



    How can I customize it?



    enter image description here










    share|improve this question

























      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?



      enter image description here










      share|improve this question















      I need to add additional checkbox under Forms Settings tab.



      How can I customize it?



      enter image description here







      sitecore-forms






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 32 mins ago









      Peter Prochazka

      3,6181633




      3,6181633










      asked 53 mins ago









      siddharth

      846




      846




















          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:



          enter image description here



          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:



          enter image description here



          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



          enter image description here






          share|improve this answer






















          • 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










          Your Answer







          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "664"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          convertImagesToLinks: false,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













           

          draft saved


          draft discarded


















          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






























          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:



          enter image description here



          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:



          enter image description here



          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



          enter image description here






          share|improve this answer






















          • 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














          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:



          enter image description here



          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:



          enter image description here



          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



          enter image description here






          share|improve this answer






















          • 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












          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:



          enter image description here



          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:



          enter image description here



          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



          enter image description here






          share|improve this answer














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



          enter image description here



          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:



          enter image description here



          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



          enter image description here







          share|improve this answer














          share|improve this answer



          share|improve this answer








          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
















          • 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

















           

          draft saved


          draft discarded















































           


          draft saved


          draft discarded














          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













































































          Comments

          Popular posts from this blog

          White Anglo-Saxon Protestant

          Is the Concept of Multiple Fantasy Races Scientifically Flawed? [closed]

          One-line joke