<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>Overriding configuartion in Liferay Form</title>
  <link rel="self" href="https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=119641652" />
  <subtitle>Overriding configuartion in Liferay Form</subtitle>
  <id>https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=119641652</id>
  <updated>2026-04-04T16:02:45Z</updated>
  <dc:date>2026-04-04T16:02:45Z</dc:date>
  <entry>
    <title>RE: Overriding configuartion in Liferay Form</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=119654989" />
    <author>
      <name>Dominik Marks</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=119654989</id>
    <updated>2020-07-27T06:47:14Z</updated>
    <published>2020-07-27T06:47:14Z</published>
    <summary type="html">The module you are looking for would probably be &amp;#34;com.liferay.dynamic.data.mapping.form.web&amp;#34;. Inside that module you will find the configuration.jsp inside the directory &amp;#34;display&amp;#34;. &lt;br /&gt;&lt;br /&gt;You did not write which Liferay version you are using. The module above is found in Liferay 7.3</summary>
    <dc:creator>Dominik Marks</dc:creator>
    <dc:date>2020-07-27T06:47:14Z</dc:date>
  </entry>
  <entry>
    <title>RE: Overriding configuartion in Liferay Form</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=119642439" />
    <author>
      <name>Piotr Krzesniak</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=119642439</id>
    <updated>2020-07-24T11:28:53Z</updated>
    <published>2020-07-24T11:28:53Z</published>
    <summary type="html">&lt;html&gt;&lt;head&gt;&lt;/head&gt;&lt;body&gt;Where can i find the direct path to&amp;nbsp;configuration.jsp of the forms module? In the example that you linked they override login.jsp in&amp;nbsp;&amp;nbsp;com.liferay.login.web bundle. Which bundle is suitable for me ?&amp;nbsp;&lt;pre&gt;&lt;code&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/body&gt;&lt;/html&gt;</summary>
    <dc:creator>Piotr Krzesniak</dc:creator>
    <dc:date>2020-07-24T11:28:53Z</dc:date>
  </entry>
  <entry>
    <title>RE: Overriding configuartion in Liferay Form</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=119642089" />
    <author>
      <name>Piotr Krzesniak</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=119642089</id>
    <updated>2020-07-24T10:53:58Z</updated>
    <published>2020-07-24T10:53:58Z</published>
    <summary type="html">okay, thank you. I am gonna try this out and then write my results</summary>
    <dc:creator>Piotr Krzesniak</dc:creator>
    <dc:date>2020-07-24T10:53:58Z</dc:date>
  </entry>
  <entry>
    <title>RE: Overriding configuartion in Liferay Form</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=119640687" />
    <author>
      <name>Dominik Marks</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=119640687</id>
    <updated>2020-07-24T10:30:13Z</updated>
    <published>2020-07-24T10:30:13Z</published>
    <summary type="html">Possible the &amp;#34;easiest&amp;#34; way to do this is to create JSP Override for the configuration.jsp of the forms module, see &lt;a href="https://help.liferay.com/hc/en-us/articles/360017881152-JSP-Overrides-Using-OSGi-Fragments"&gt;https://help.liferay.com/hc/en-us/articles/360017881152-JSP-Overrides-Using-OSGi-Fragments&lt;br /&gt;&lt;br /&gt;&lt;/a&gt;To automatically save your configuration just be sure that your &amp;lt;input&amp;gt;-Fields have a name in the form &amp;#34;preferences--somePreferenceKey--&amp;#34; as described here: &lt;a href="https://help.liferay.com/hc/en-us/articles/360018178611-Using-Configurable-Portlet-Preferences#step-2-create-the-configuration-jsp-for-displaying-the-portlet-preference-options"&gt;https://help.liferay.com/hc/en-us/articles/360018178611-Using-Configurable-Portlet-Preferences#step-2-create-the-configuration-jsp-for-displaying-the-portlet-preference-options&lt;/a&gt;</summary>
    <dc:creator>Dominik Marks</dc:creator>
    <dc:date>2020-07-24T10:30:13Z</dc:date>
  </entry>
  <entry>
    <title>Overriding configuartion in Liferay Form</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=119641651" />
    <author>
      <name>Piotr Krzesniak</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=119641651</id>
    <updated>2020-07-24T09:45:22Z</updated>
    <published>2020-07-24T09:45:22Z</published>
    <summary type="html">Hello, i have one question. Is it possible to add my own configuration to created form used by Liferay&amp;#39;s feature and if yes tell me the best approach to to do that. Thank you very much in advance.</summary>
    <dc:creator>Piotr Krzesniak</dc:creator>
    <dc:date>2020-07-24T09:45:22Z</dc:date>
  </entry>
</feed>
