GuestEditRows
Key value:
Any combination of valid field names from the guests and/or address tables
Description:
Used to define the fields that are displayed on the GuestEdit.aspx page. GuestEditRows are the guest and address rows displayed for guest editing on the GuestEdit.aspx page.
Note: GuestEditRows works in conjunction with the customizable XML in dynamicControls.xml, though most installations only need to configure this setting and not the code in dynamicControls.xml.
Available fields are:
• guest_no
• first_name
• last_name
• firstname2
• lastname2
• company
• address
• address2
• city
• state
• zipcode
• country
• phone
• phone2
• ext
• ext2
• ext3
• fax
• email
• birth_date
• cardonfile
• contact
• group
• notes
• last_pass
• username
• password
• parent
• children
• height
• weight
• shoesize
• type_skier
• stance
• gender
• cb1
• cb2
• cb3
• numbers1
• numbers2
• text1
• text2
• text3
• misc1
• misc2
• misc3
• misc4
• misc5
• memo_1
• memo_2
• memo_3
• date_1
• datetime_1
• L_text1
• L_text2
• L_text3
• L_text4
• L_text5
Note: Last five guest user defined text fields are fifty characters each.
Example:
GuestEditRows = first_name, last_name, address, city, state, zipcode, country, phone, email, birth_date, cardonfile, username, password
See also: