Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Even CBs own registration can't accomplish it? That would be quite surprising to be honest. Our new layouts feature event gives you 100% control over how your registration is rendered. See below on how to use layouts (registration layout shown towards bottom of post).Because we are creating a user registration experience not feasible with native Joomla! (or more complicated than with BreezingForms). So we use the API in a user form whit custom parameters (not concerning CB) in order to let him register.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
You could easily create your project with CB Auto Actions in that case. The SQL action will let you run a custom query against internal and external databases. The Code action will let you run custom PHP. With those 2 alone it's possible to integrate into whatever system you want. So for example you could create CB fields to request project information then you could push those fields values to an external database table using an SQL action.We use BreezingForms because it is simpler to create forms, and because we do not only register users with this form. We also want to create for each user a "project" which is something to enter in another table in the database. Maybe we should use only CB to do this?
I've no experience with BreezingForms so I don't know what parameter or configuration option specifically, but typically it'd just be the form URL so it submits the form to the auto action. Using formaction should work fine as it just changes what URL the form submits to.I was wondering where should I put the URL in the form.
As I use BreezingForms I do not have access to the <form> tag.
Then I can use the formaction attribute in the <button> tag. But when I do this, nothing happens:
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.