I am using drupal 8.9.10
I have a content type with several text field, and a file field too.
My problem is:
- I have to call an external web service.
- This web service receives a file and returns it with a verification code.
- I have to add this file to the file field
and finally save all the content
I am a beginner in drupal, I have been looking at tutorial to create custom modules and I don't know how to develope this.
I don't know if it is necessary to create a module or create a custom field
I am using the following code in the templates of the home page of my site, to make the display mode frontpage_tasks for the current user's account. It works perfectly :
Not sure there is a Drupal Commerce specific forum chat, but I'm looking for to do a solid comparison of Drupal Commerce and Prestashop. I am partial to Drupal, as I continue to learn it, but I have to make a real gap analysis that sets my preferences aside.
Looking for input from the field, I do have both installed for individual comparison, but feedback is appreciated.
Hi, I'm taking a look at using Drupal for replacing the functionality of my custom-written PHP-based website. The site consists of a one-off main page (its own layout), a number of article pages with common navigation, etc., a forum (Simple Machines Forum) and I want to implement a shopping cart. I did a number of things that might already be built into Drupal, or might be difficult:
I have a datetime field which contains the start date & time of an event. I want to setup an exposed filter on a view that allows a user to select a date and for the filter to show all events occurring on that date regardless of their start time.
I've tried setting up the datetime field with an exposed filter where i select a date, but it seems not to work (i presume because a time element is being included in the criteria too).