Skip to content

Instantly share code, notes, and snippets.

@e06widu
Last active December 17, 2015 12:49
Show Gist options
  • Save e06widu/5612187 to your computer and use it in GitHub Desktop.
Save e06widu/5612187 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<form name="updjointcm">
<fieldset name="joinwithus">
<field name="fname" type="text" description="COM_MYRESOURCELIST_FORM_DESC_NAME"
label="COM_MYRESOURCELIST_FORM_LBL_NAME" required="true" size="50" />
<field name="lname" type="text" description="COM_MYRESOURCELIST_FORM_DESC_LNAME"
label="COM_MYRESOURCELIST_FORM_LBL_LNAME" size="50" />
<field name="age" type="text" description="COM_MYRESOURCELIST_FORM_DESC_AGE"
label="COM_MYRESOURCELIST_FORM_LBL_AGE" size="2" />
<field name="city" type="text" description="COM_MYRESOURCELIST_FORM_DESC_CITY"
label="COM_MYRESOURCELIST_FORM_LBL_CITY" size="50" />
<field name="telephone" type="text"
description="COM_MYRESOURCELIST_FORM_DESC_TELEPHONE" label="COM_MYRESOURCELIST_FORM_LBL_TELEPHONE"
size="50" />
<field name="email" type="email" description="COM_MYRESOURCELIST_FORM_DESC_EMAIL"
label="COM_MYRESOURCELIST_FORM_LBL_EMAIL" size="50" />
<field name="comments" type="textarea" description="COM_MYRESOURCELIST_FORM_DESC_COMMENTS"
label="COM_MYRESOURCELIST_FORM_LBL_COMMENTS" rows="5"
cols="40" />
</fieldset>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment