dolibarr 19.0.3
|
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. | |
llxFooterVierge () | |
Show footer for new member. | |
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_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 registration form has been submitted (hidden option, by default we just show a message on same page or redirect to the payment page) 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.
llxFooterVierge | ( | ) |
Show footer for new member.
Definition at line 162 of file new.php.
References printCommonFooter().
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 |
Definition at line 113 of file new.php.
References getDolGlobalString(), and top_htmlhead().