Julian Pustkuchen
Julian Pustkuchen
Hi and thank you very much for this great project! I recently switched composer.json's to https://github.com/drupal/recommended-project as described here and therefor upgraded from drupal-finder:1.1.0 to drupal-finder:1.2.2. Now all compatible drush...
**Context:** Using iframe:false; and placing the buy button into an existing form. **Problem:** Generally works perfectly, but the button is missing the `type="button"` attribute, so if "Add to cart" is...
Don't assume that $defaults['event'] exists. Otherwise routes may break. Fall back to default if it does not exist.
The registrant form can and should be expanded by default if there is only one person type bundle. It saves one click (UX) on the button in this case. If...
The messaging system via courier is very cool! But I think it would make a lot of sense to make it possible to define message templates and default messages for...
The event page is the better place after form submit to leave the user in page context.
Especially if there is only one registrant / contact type existing the current complex structure is bad for UX. The separate selection of a person, entering its data (rng_contact e.g.),...
As follow-up to #88 we should think about moving the group functionality into a submodule. The functionality isn't needed and overloaded in many cases. From my point of view it...
After successfully submitting the registration form the user is being redirected to the detail form of the registration (bad UX: without a link back to the source event), or to...
Add option to display registrant form open by default if only one exists (show_entity_create_form)
Context: When displaying an event registration form (in our case using rng_quick and rng_contact) the default form display with the many options is much too complicated and it would be...