Marco, Check /plugins/farcrycms/webskin/rulefeedback/execute.cfm this overrides the form label for the email field in the stPropMetadata struct.
Chris. On Thursday, 21 February 2013 12:09:28 UTC, Marco van den Oever wrote: > > Hi all, my changed ftlabel values of farFeedback.cfc are not showing in a > form created by a ruleFeedback. > I have updated app and restarted the server, here's the code: > > <cfproperty ftSeq="1" ftFieldset="" name="subject" type="string" default= > "" hint="The subject of the email" ftLabel="Onderwerp" ftType="string" > ftValidation="required" /> > <cfproperty ftSeq="2" ftFieldset="" name="emailfrom" type="string" > default="" hint="The email of the person leaving feedback" ftLabel="Van" > ftType="email" ftValidation="required" /> > <cfproperty ftSeq="3" ftFieldset="" name="emailto" type="string" > default="" hint="The email that the feedback was sent to" ftLabel="Naar" > ftType="string" ftValidation="required" /> > <cfproperty ftSeq="4" ftFieldset="" name="name" type="string" default= > "" hint="The name of the person leaving feedback" ftLabel="Naam" ftType= > "string" ftValidation="required" /> > <cfproperty ftSeq="5" ftFieldset="" name="comments" type="longchar" > default="" hint="" ftLabel="Bericht" ftType="longchar" ftValidation= > "required" /> > > Thanks! > -- You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: [email protected] To unsubscribe, email: [email protected] For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry --- You received this message because you are subscribed to the Google Groups "farcry-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
