<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Dynamic values on form fields in Lead Capture Tools</title>
    <link>https://community.hubspot.com/t5/Lead-Capture-Tools/Dynamic-values-on-form-fields/m-p/1214992#M13300</link>
    <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/87253"&gt;@jj12stars&lt;/a&gt;&amp;nbsp;this isn't possible through HubSpot forms out of the box, but is possible through custom development. I know the developers of a theme I use quite a bit have just released a new custom calculator module to do exactly this. &lt;A href="https://www.maka-agency.com/features/power-calculator" target="_blank" rel="noopener"&gt;POWER calculator&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 22 Oct 2025 10:46:21 GMT</pubDate>
    <dc:creator>TomM2</dc:creator>
    <dc:date>2025-10-22T10:46:21Z</dc:date>
    <item>
      <title>Dynamic values on form fields</title>
      <link>https://community.hubspot.com/t5/Lead-Capture-Tools/Dynamic-values-on-form-fields/m-p/1214664#M13295</link>
      <description>&lt;P&gt;Is there a way to show a total on a form based on fields that have already been filled, like a calculation?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, the user selects a check box on a set of product options. If they select 3 items, there is a total field that adds all three things up and presents it as a total on the form before the person submits.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jotform does this and I would like to do it in Hubspot and drop Jotform.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2025 15:19:21 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Lead-Capture-Tools/Dynamic-values-on-form-fields/m-p/1214664#M13295</guid>
      <dc:creator>jj12stars</dc:creator>
      <dc:date>2025-10-21T15:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic values on form fields</title>
      <link>https://community.hubspot.com/t5/Lead-Capture-Tools/Dynamic-values-on-form-fields/m-p/1214957#M13298</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/87253"&gt;@jj12stars&lt;/a&gt;, I hope that you are well!&lt;BR /&gt;&lt;BR /&gt;Great question, thanks for asking the HubSpot Community!&lt;BR /&gt;&lt;BR /&gt;Let's invite our Top Experts to this discussion: Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/141"&gt;@TomM2&lt;/a&gt;,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/9259"&gt;@Mike_Eastwood&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/63499"&gt;@SteveHTM&lt;/a&gt;&amp;nbsp;can you think of a way to achive this to help&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/87253"&gt;@jj12stars&lt;/a&gt;, please?&lt;BR /&gt;&lt;BR /&gt;Have a brilliant day and thanks so much!&lt;BR /&gt;Bérangère&lt;/P&gt;</description>
      <pubDate>Wed, 22 Oct 2025 09:36:46 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Lead-Capture-Tools/Dynamic-values-on-form-fields/m-p/1214957#M13298</guid>
      <dc:creator>BérangèreL</dc:creator>
      <dc:date>2025-10-22T09:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic values on form fields</title>
      <link>https://community.hubspot.com/t5/Lead-Capture-Tools/Dynamic-values-on-form-fields/m-p/1214992#M13300</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/87253"&gt;@jj12stars&lt;/a&gt;&amp;nbsp;this isn't possible through HubSpot forms out of the box, but is possible through custom development. I know the developers of a theme I use quite a bit have just released a new custom calculator module to do exactly this. &lt;A href="https://www.maka-agency.com/features/power-calculator" target="_blank" rel="noopener"&gt;POWER calculator&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Oct 2025 10:46:21 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Lead-Capture-Tools/Dynamic-values-on-form-fields/m-p/1214992#M13300</guid>
      <dc:creator>TomM2</dc:creator>
      <dc:date>2025-10-22T10:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic values on form fields</title>
      <link>https://community.hubspot.com/t5/Lead-Capture-Tools/Dynamic-values-on-form-fields/m-p/1215769#M13310</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/87253"&gt;@jj12stars&lt;/a&gt;&amp;nbsp;- in line with my colleague posting a commercial solution, I would suggest that this kind of customization is well within the scope of form enhancements. Basically, the approach is to overload the form embed script (usually within a custom landing page module) with Javascript that performs necessary form manipulations and calculations. The final 'submit' operation combines all the entered values and derived values and passes them to the related HubSpot object.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A very brief reference on this (for legacy forms at least) is at:&amp;nbsp;&lt;A href="https://developers.hubspot.com/docs/cms/start-building/features/forms/legacy-forms" target="_blank"&gt;https://developers.hubspot.com/docs/cms/start-building/features/forms/legacy-forms&lt;/A&gt;&amp;nbsp;I've done more work using these features than I ever would have expected!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this is helpful.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Steve&lt;/P&gt;</description>
      <pubDate>Thu, 23 Oct 2025 19:03:13 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Lead-Capture-Tools/Dynamic-values-on-form-fields/m-p/1215769#M13310</guid>
      <dc:creator>SteveHTM</dc:creator>
      <dc:date>2025-10-23T19:03:13Z</dc:date>
    </item>
  </channel>
</rss>

