This forum is for module development and code related questions, not general module support. For general support, use the Post installation forum.

Installation of Cookiebot Module (Alpha Version)

We are currently building out Drupal 9  website for our Organization.

We have a Cookiebot Subscription with us for Cookiebot Consent and GDPR . Currently the Alpha module is available on the Drupal 9 website.

https://www.drupal.org/project/cookiebot.

 8.x-1.0-alpha8 released 10 December 2020

Adding empty items to a paragraphs widget in node form via ajax

Hey guys

After 2 days of searching and struggling I have to give up and ask for help with something that turned out to be a lot harder to do than I thought it would be :)

I have a node type of “course_application” which lets people sign up to courses. It has 2 fields:

how to clone a page within page manager menu

the module page manager has the ability to create pages but not the ability to clone them. Anyone know of any solutions? I know about the quick node clone, which allows you to clone content nodes but that is different than the page manager page entities 

How to create and return html with submitted form data

Hello,

I have created a customized form with Form API by Drupal 8.

I need to use the data obtained through the form to run a research in the database and print the results with html onto the same page.

I created the form through the buildForm method and I got the data obtained through the form with the submitForm method.

Is there a way to print the results obtained through the form onto the same page through HTML blocks?

Please help in Override preRenderWebformQuizResultSummary function

I want to override 'preRenderWebformQuizResultSummary' function in custom module to change the result text programmatically.

I need functionality to show different message on particular range of score in Webform Quiz.  I am stuck in override the above function. Please help!
 

Calculation hours Time Field For Drupal 8.x / 9.x module

I have installed the Time Field For Drupal 8.x / 9.x module to have the start time and end time entered. Works well. I can't calculate the Number of hours. I have $ OraIni and $ OraFin.
   $ OraIni = date ('H: i', $ form ['field_time_mission'] ['widget'] [0] ['from'] ['# value']);
   $ OraFin = date ('H: i', $ form ['field_time_mission'] ['widget'] [0] ['to'] ['# value']);

Pages

Subscribe with RSS Subscribe to RSS - Module development and code questions