With the contribution of Jim, Rocky and Andrew, PHPOpenbiz home page is redesigned with Drupal. The url is still http://www.phpopenbiz.org or http://www.phpopenbiz.org/jim. The new site provides a more developer friendly community. You are welcome to sign on the new site and news letter. This forum is retiring due to its instability. The new forum is available at http://www.phpopenbiz.org/jim/forum/. A copy of the old forum can be found at http://www.phpopenbiz.org/backup/old_forum/p2.forumforfree.com/ Thanks for your support of Openbiz systems! - Openbiz support team
|
|||

Bizform use with sweepstakes entry
Downloaded the Bizform execution file.
Worked with the tutorial but found making a simple form with the
autofil feature for sweepstakes difficult to make. Cant even seem to start
with a a blank form. Done searches on the web site but found no codes
or suggestions. Any further assistance would be helpful
sweepstakes entry
Would you give more details on the sweepstakes entry you are doing?
Is it a prepopulated random value in the editbox? In that case, one option is that you can use DefaultValue attribute for Bizcontrol. Then you might need to override the FieldControl::GetDefaultValue() to plugin your logic there. As you know you can apply your class to any HTMLControl or FieldControl object.
- support