I have created 2 webforms, and when i go to see my results, they are pointed to the same customized fields !
The first one use "Master" Display when i click on "View Edit"
And the second one use also "Master" Display when i click on "View Edit" , but i want to use another display with others customs fields!
How can assign my second webform to another Display with different fields ??
(First one is "MASTER" and second one is "EXPEDITIONS" with differents fields
I want to add a Event ticket booking feature in Drupal 9 with the following facilities:
- ability to manage events (add, edit, delete events like functions, anniversaries, movie tickets)
- ability for users to buy tickets via payment gateway systems like Stripe, Paypal etc.
- ability for Admin to provide Discounted rates for different kinds of users
- ability for users to apply for refund in case they could not attend the event
- event order management
- reports of orders
I'm very new to Drupal, and I need help for a job I have to do on a Drupal 8.
Basically here's my needs : from the ckeditor, I need to be able insert a block with an image with some texts and a button.
It would work in the same way as the normal "Upload image" (a popin with fields), but with additional fields (Text, button text, button href).
In other words, I need to have a template which would generate a html block like this :
So I'm building a custom application within Drupal 9.4 that integrates with a third-party system. Part of this developments requires me to process an import of CSV data containing email addresses. I need to check the email addresses are valid before sending them onto the external system.