Changes

Jump to: navigation, search

Updateable Web Page View Fields

25 bytes added, Yesterday at 15:29
no edit summary
{{ DeprecatedPage }}
 
==Overview==
This functionality is no longer supported This code can be used in the field type of 'Web page view' to allow for user to enter data into the form which will be
updated on their records on the system. Currently this function is only available for the custom fields and not the standard
fields. The following sample code is the format in which this web page view should be in order to be accessible by the user.
==Sample Code==
¶<br />[@formstart@]<br />[@formsubmitpage=page_will_be_redirected_after_save@]<br />
<br />
<input name="obj.fd_name" type="text" value="@name@" /><br />
<input type="submit" value="Save" /><br />
[@formend@]<br />
<br />
 
==Breakdown of the syntax==
 
'''[@formstart@]''' : Mandatory, indicates start of a updatable form, only one form can exist on a web page field<br />
'''[@formsubmitpage=page_will_be_redirected_after_save@]''' : Optional, what page will be redirected after save, stays on the
<input name="obj.cf_12345" type="checkbox" value="Financial" />Financial
'''
 
Smartstaff, administrator
4,221
edits

Navigation menu