Skip to main content
Filter by
Sorted by
Tagged with
1 vote
2 answers
755 views

i am creating a form in Drupal 10 using Webform. i am able add elements like "Textfield", "TextArea" etc. When i try to add "File upload", nothing is listing. Please find ...
iamsumesh's user avatar
  • 665
-1 votes
1 answer
204 views

I'm using the Captcha module in the forms, but the client informed me that I'm receiving a lot of spam in the contact form submissions. How can I reduce this? And how can I test this locally before ...
ELIZ Des's user avatar
1 vote
1 answer
123 views

I have a webform handler and I need to get all the file Ids of field type #webform_document_file. There are multiple of these fields with different field names but same type, would like to optimize ...
pemson pereira's user avatar
0 votes
1 answer
290 views

Hello im using Drupal9 and webforms. Our forms should support international phone numbers, the country selection list is visible but on load is not adding the country code so the users are getting ...
marf's user avatar
  • 23
-1 votes
2 answers
406 views

This twig template is not DRY. {% set reviewer_0 = webform_token('[webform_submission:values:reviewer:0:entity:mail:clear]', webform_submission, [], options) %} {% set reviewer_1 = webform_token('[...
esod's user avatar
  • 345
0 votes
0 answers
375 views

I'm creating a Drupal 8 webform that will collect issues submitted by users. The users belong to different institutions, and I'd like to send the submission to the appropriate institutional contact (...
user21645989's user avatar
0 votes
0 answers
1k views

I have been digging around for about a week trying to figure this out and still have not come across anything that works or is even close. The idea is that I have a custom webform. This webform has an ...
Marvin WordWeaver Parsons's user avatar
0 votes
1 answer
113 views

I am writing a custom hook in my request related webform which grants access of a radios field (approve, reject, forward to) to the email address that is entered in an email field (by requestor). the ...
smbbb's user avatar
  • 123
0 votes
1 answer
2k views

""This question is for testing whether or not you are a human visitor and to prevent automated spam submissions"" Hi, Im looking for a way to remove this text from captcha section ...
ErfanUsefi's user avatar
0 votes
0 answers
145 views

I have a radio element with three options (Normal, Time Sensitive, and Hold For Pick-Up). Every time an user clicks an option, an unique table element for the option (for user to fill information) ...
drupaljr's user avatar
0 votes
1 answer
634 views

Is it possible to pre-populate a drupal9 webform with values from the database? I have two webforms. Customers and Service Report. The customer information will be filled in from the office and the ...
rene's user avatar
  • 1
0 votes
1 answer
599 views

A webform I am customizing has 9 elements in a composite. Since there are too many of them, the composite is exceeding the fieldset you will see below. This is the picture of the composite I would ...
drupaljr's user avatar
1 vote
0 answers
389 views

I am setting up a real estate site with react-gatsby as front end and drupal 9 as backend. I have contact us form in gatsby website, I want send the details to drupal webform REST to save the user's ...
Omkar Dhumal's user avatar
0 votes
1 answer
1k views

I am trying to use Drupal Webform REST. I got an error "The 'restful post webform_rest_submit' permission is required." on browser console. I have enabled modules and REST resources as ...
Rdb's user avatar
  • 104
0 votes
0 answers
622 views

I am trying to include the submitted data in the email body and email users every time an user submits a form. I am using the same html and css code for both email body and PDF attachment. The CSS ...
smbbb's user avatar
  • 123
0 votes
0 answers
59 views

In Drupal 9 when we try to able the CiviCRM we are getting the above error. We have tried with the below commands but this doesn't helped us attrib -r F:\wamp64\www\cidd\sites\default
Rajesh Baskaran's user avatar
0 votes
0 answers
74 views

I am trying to print the submission data to PDF and email body of email handler when I submit. I am literally using the the twig code for both. The submission is successfully printed in PDF field as I ...
edward55's user avatar
0 votes
1 answer
381 views

I am using twig to display all the submitted data of a form in PDF Attachment field. After writing the twig code, the form's title and the submission ID would not go away and mess up the template, ...
edward55's user avatar
0 votes
1 answer
195 views

Using Drupal 9.2.7 and Webform 6.1.2, I got the webform and html email working well on my dev machine. I am running WSL2 on Windows, and using Mailhog to validate the emails without an SMTP server. ...
Jim D's user avatar
  • 199
1 vote
0 answers
464 views

I want to get remote post handler returned response inside hook_webform_handler_invoke_post_save_alter. Please help me. function hook_webform_handler_invoke_post_save_alter(\Drupal\webform\Plugin\...
Arif's user avatar
  • 195
1 vote
1 answer
629 views

I want to have a field in a Drupal Webform where users can input some formatted HTML (tables, headers, etc.) Is there a way to do that?
user1872371's user avatar
0 votes
1 answer
932 views

The target for me is a custom paragraph type that I made which allows you to embed a webform in it. I need to update the submit callback for only those forms which are added in this paragraph type. I ...
satin's user avatar
  • 707
0 votes
1 answer
658 views

I have a webform with a file upload field. I need do one of two things. Either upload files into a subfolder inside the private area, OR, add a prefix to the filename that the user is uploading. ...
tdmartin102's user avatar
0 votes
1 answer
176 views

I am using the "Webform Dragndrop" module to add a drag-drop field to my webform. I need to change the label as follow: enter image description here I have tried form alter hook, but the ...
Aurora's user avatar
  • 1
0 votes
0 answers
272 views

We’re running on Drupal 7.73 and WebForm 7.x-3.30 – for a while now since the 7.75 to 7.77 Drupal release, we’ve been unable to update Drupal successfully. As every time a user submits a form on the ...
Acer's user avatar
  • 85
0 votes
2 answers
466 views

I've seen some posts on this but haven't been able to find a solution for my scenario. I've got a form that I am trying to do a check for leading and trailing spaces. The is inside a ...
Chaotic Harmony's user avatar
0 votes
1 answer
425 views

I'm very new in Drupal 8 development, I have created a basic webform using webform module and now i want to add custom css to make it more attractive so how can i add custom css in my webform? Any ...
beginner_coder's user avatar
0 votes
0 answers
155 views

I have a Drupal 8.9.6 site with Gutenberg 8.x-1.11 and Webform 8.x-5.20. When we go to edit an existing webform elements, or add a new element, we get the following error: Error: Call to undefined ...
Joshua Lord's user avatar
0 votes
1 answer
40 views

I want to know what kind of code is behind Drupal webforms. Is it all HTML with the input tag? Other than Drupal, what is mostly used to build webforms?
Cersei's user avatar
  • 95
0 votes
1 answer
345 views

I have deleted one of my content from my Drupal site of WEB form content type. Now I need to retrieve its report. Please guide me on how to retrieve the report or database of a deleted web form. ...
Anamika Mishra's user avatar
0 votes
0 answers
259 views

I've got a custom module that takes the email address from a form and inserts a link in the email handler (via a token) that when clicked on goes to another webform and when submitted sends the reply ...
gdjc's user avatar
  • 53
0 votes
0 answers
188 views

Ho can two or more users add score to a single webform submission ?. Any exist solution available ?. I have a webform called exam contain (Name, Email and some questions, Score(1->10)). The problem ...
youssef hrizi's user avatar
-1 votes
1 answer
594 views

We want to add a custom action (rejected, waiting, accepted) to manage submissions of a webform form under drupal 8. how can we do that?
mabyassine's user avatar
1 vote
1 answer
1k views

I would like to format the numbers being displayed in a "Computed Twig" element in Drupal 8 Webform. I've tried Twig's "number_format" filter, but it does not work. I have this: {{ (data....
Oliver's user avatar
  • 27
0 votes
1 answer
343 views

Is there a way to exclude certain submission values from being saved to the submissions table in Drupal? I would like to send a complete set of all submission values per submission via email, but I ...
Oliver's user avatar
  • 27
2 votes
1 answer
54 views

I have a question reagarding Webforms in drupal7 Scenario: I have a table in which i have different jobs with repect to locations for example if i select hyderabad locations in the dropdown than all ...
Abdul Ahad's user avatar
1 vote
1 answer
127 views

Recently we updated a website made with Drupal 8. The update was from core 8.6 to 8.7.8, at the same time all the modules were updated as well. Among those modules were Webform and Webform Mailchimp. ...
André Luiz's user avatar
  • 7,422
0 votes
0 answers
317 views

I would like to set up a views block visible to registered user listing all drupal webforms (almost 10) available on my site as a "to do list". When user submit webform it shoud be marked as "...
Giulio Puccini's user avatar
1 vote
4 answers
839 views

I am planning to build a Drupal 8 site fully decoupled using Gatsby (React). So I will use Drupal only to structure (Content types, paragraphs), enter and update all the content and data and use React ...
meez's user avatar
  • 4,888
2 votes
1 answer
4k views

In Drupal 8 (latest version) I have multi step webform created with webform module. After last step submitted I end up on confirmation page, which url looks like: /node/1/webform/confirmation?token=...
MilanG's user avatar
  • 7,144
0 votes
1 answer
134 views

I am new with Drupal 8 coding and I need some guidance on how to create custom web form with your own submit functionalities that checks in the db with all field match and redirects to another page. ...
rbiz's user avatar
  • 3
3 votes
1 answer
735 views

Currently, there is a results download feature with webform core module and we can select the columns to include in exporting CSV file. But I couldn't figure it out how can we re-order these columns ...
Hasitha Guruge's user avatar
0 votes
0 answers
49 views

If I disable the webform module in drupal 7 site I expect to not have access to the webforms themselves but is the content deleted or will I regain access when I enable the module again?
mobcdi's user avatar
  • 1,612
-1 votes
1 answer
1k views

I'm working with Drupal8 and i must to create a webform. The thing is that my name and my adress mail are automatically put in the entries..and i don't want this. I'm searching in the settings but i ...
cecile's user avatar
  • 27
1 vote
1 answer
2k views

I am trying to develop a multistep webform in Drupal 8 using Webform 8.x-5.1. I have written a WebformHandler that extends Drupal\webform\Plugin\WebformHandlerBase and made it available to the webform....
Stephen Winnall's user avatar
0 votes
1 answer
217 views

I am using webforms module for career form in my drupal8 website and the resume files are uploaded to s3 bucket as private. Is there any way to download the resume from backend(admin)? It was able ...
anittas joseph's user avatar
0 votes
1 answer
846 views

I just created the webform and added fields. I need to create a Webform Submission Using Rest API POST method. I just installed Rest & Rest UI modules for this. But when I try to test my API ...
Mesk's user avatar
  • 29
0 votes
2 answers
3k views

I have created a multistep form webform drupal 8 and I want the recording done one by one, means when we click on next we go to the next step and save it from this step at the same time.
moslah's user avatar
  • 11
0 votes
1 answer
1k views

I'm trying to logout a user after they submitted a webform. I tried redirecting the user to my logout link '/user/logout' by using the webform settings under confirmation. The confirmation type of ...
Katrien.gui's user avatar
0 votes
2 answers
3k views

I'm trying to populate dynamic content in the select options like depending upon the country it should populate Country related states. I want this thing to be done by using web forms only. I'm Using ...
Naga Lokesh Kannumoori's user avatar

1
2 3 4 5
7