Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I am trying to extract audio files from a zip file, the file seems to get uploaded but its corrupt and hence wont play. The following is my code, I am only showing the part where I am extracting the file:
On my website, I want to merge multiple instances of a form into one.
More specificlly, I have a set of nodes of type match, and I want my users to be able to register for all matches in one go. I am baseing my solution on the ERF module, which enables me to design the registration form, of which I have a dynamic entity to represent the match.
Hi, I need to make a timer in a webform form, to know the total time it takes to fill it out. I thought that the best way to implement it could be by javascript. I have not seen any contrib module.
I am trying to find in a .php file (or somewhere in drupals folder structure) if there is any varieble to save all movements in a drag and drop question from an h5p content that i have created.
More detailed i wonder if drupal saves the moves in drag and drop question (for example,how many times an answer has been moved or if user changes his answer before press the check button.