Ok, Now it is for a register form enhancement.
I have a little problem with the register form template.
as you certainly know there is two differents cases for the form buttons statements and actions, depending of the ‘FAL_terms_of_service_message’ content.
The problem is into the case when ‘FAL_terms_of_service_message’==’’:
we don’t set any js action to the cancel button and it is a standard button (’type’=>’button’) so the button have no effet?????
There is two solution:
1) in this case we have to use a cancel button so the action will be only to clear the form content.
2) we use the confirmDecline()js function in the both cases may be with an other config message.
an other thing about the confirmDecline()js function:
I think it is not a good thing to redirect to : base_url() because it doesn’t contain the index php file and if we use two sub applications into the app folder we need two differents index php files and here it we will have unexpected result....
The minimum would be to use site_url();
And I think that the better would be to use a new config URI value.....
But we also could transform the both cancel button into reel form cancel button that simply clear the form?????
