Hello, I would like to modify the layout of the contact form and just add an image. Unfortunately, I can't do it. My block is well created, there are two options, I select both and in custom display settings, I created a custom mode view.
I can't do it. I have just tested layout builder for articles for example and there no problem but for the contact form I can't do it. I followed what is written in the layout builder documentation, however.
Does anyone have an idea ?
Thank you very much for your help.
In checkout page, when user get register he should get the email messages. i try with drupal register page email are going but when i am trying with checkout register page email is not going. in both the register page only difference is username field is replace with email id.
when user order the product, he get the email but register in checkout he not get the email.
I would like to create multiple "versions" of a node automatically on saving based upon a user's selection in an entity reference field. For example, it would be like having a content type Article which has entity reference field Article Type. On the Article node add form, the user would select which Article Types they want to create (say, "short", "medium", or "long"). Then on save, a separate node for each Article Type would be created. Code thus far (but still only results in saving a single node):