|
dolibarr
x.y.z
|
Example of form to add a new member. More...
Go to the source code of this file.
Functions | |
| llxHeaderVierge ($title, $head="", $disablejs=0, $disablehead=0, $arrayofjs='', $arrayofcss='') | |
| Show header for new member. More... | |
| llxFooterVierge () | |
| Show footer for new member. More... | |
Example of form to add a new member.
Note that you can add following constant to change behaviour of page MEMBER_NEWFORM_AMOUNT Default amount for auto-subscribe form MEMBER_NEWFORM_EDITAMOUNT 0 or 1 = Amount can be edited MEMBER_MIN_AMOUNT Minimum amount MEMBER_NEWFORM_PAYONLINE Suggest payment with paypal, paybox or stripe MEMBER_NEWFORM_DOLIBARRTURNOVER Show field turnover (specific for dolibarr foundation) MEMBER_URL_REDIRECT_SUBSCRIPTION Url to redirect once subscribe submitted MEMBER_NEWFORM_FORCETYPE Force type of member MEMBER_NEWFORM_FORCEMORPHY Force nature of member (mor/phy) MEMBER_NEWFORM_FORCECOUNTRYCODE Force country
Definition in file new.php.
| llxHeaderVierge | ( | $title, | |
$head = "", |
|||
$disablejs = 0, |
|||
$disablehead = 0, |
|||
$arrayofjs = '', |
|||
$arrayofcss = '' |
|||
| ) |
Show header for new member.
| string | $title | Title |
| string | $head | Head array |
| int | $disablejs | More content into html header |
| int | $disablehead | More content into html header |
| array | $arrayofjs | Array of complementary js files |
| array | $arrayofcss | Array of complementary css files |