Danny's Profile
Danny
- Job Title unspecified
- Website unspecified
- Blurb unspecified
- Stats
- Rank 86
- Score 12
- Posts 0
- Likes recieved 0
- Post comments 4
- Likes given 0
Danny's Posts
Danny has not written any posts.
Posts Danny likes
There are no posts Danny has marked as 'Liked'
Hi Aram, How are you? I have got this contact form working on every page with a jquery multistep function. I...
22/02/2011 9:27am on Creating a Simple Contact FormThis works, for anyone else who wants it.. $fields = new FieldSet( new LiteralField('', ' '), new TextField('Name', 'Name*'), new EmailField('Email', 'Email*'), new...
12/02/2011 8:36am on Creating a Simple Contact Form// Create fields $fields = new FieldSet( $fields->Push(LiteralField('', ' )); new TextField('Name', 'Name*'), new EmailField('Email', 'Email*'), new TextareaField('Comments','Comments*') $fields->Push(LiteralField('','')); );
12/02/2011 8:29am on Creating a Simple Contact Form