<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.smt-x.com/index.php?action=history&amp;feed=atom&amp;title=Get_form_field_values_in_javascript_execution_block</id>
	<title>Get form field values in javascript execution block - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.smt-x.com/index.php?action=history&amp;feed=atom&amp;title=Get_form_field_values_in_javascript_execution_block"/>
	<link rel="alternate" type="text/html" href="https://wiki.smt-x.com/index.php?title=Get_form_field_values_in_javascript_execution_block&amp;action=history"/>
	<updated>2026-04-03T23:08:16Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.3</generator>
	<entry>
		<id>https://wiki.smt-x.com/index.php?title=Get_form_field_values_in_javascript_execution_block&amp;diff=887&amp;oldid=prev</id>
		<title>Smtxwiki: Created page with &quot;Example function to retrieve a value from a simple field in a request form    var getFormField (formvalues, fieldname) {     formvalues.filter(function(fld) { return fld.internallabel === fieldname }).map(function(fld) { return fld.value; }).join(&quot;&quot;);   }    var fieldValue = getFormField(g_forminstance.values, &#039;fieldname&#039;);&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.smt-x.com/index.php?title=Get_form_field_values_in_javascript_execution_block&amp;diff=887&amp;oldid=prev"/>
		<updated>2024-04-15T11:36:02Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Example function to retrieve a value from a simple field in a request form    var getFormField (formvalues, fieldname) {     formvalues.filter(function(fld) { return fld.internallabel === fieldname }).map(function(fld) { return fld.value; }).join(&amp;quot;&amp;quot;);   }    var fieldValue = getFormField(g_forminstance.values, &amp;#039;fieldname&amp;#039;);&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Example function to retrieve a value from a simple field in a request form&lt;br /&gt;
&lt;br /&gt;
  var getFormField (formvalues, fieldname) {&lt;br /&gt;
    formvalues.filter(function(fld) { return fld.internallabel === fieldname }).map(function(fld) { return fld.value; }).join(&amp;quot;&amp;quot;);&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
  var fieldValue = getFormField(g_forminstance.values, &amp;#039;fieldname&amp;#039;);&lt;/div&gt;</summary>
		<author><name>Smtxwiki</name></author>
	</entry>
</feed>