I have a webform where there is a hidden field that refers to a taxonomy term, which is the same that exists in the user field that accesses the webform.
This webform has a field that is a number. I need that number to be unique for each taxonomy term referenced by the webform, regardless of which user loads the form.
If you don't understand, I upload some screenshots!
I've got a fresh D8 install which is working except that none of the CSS files load; the server throws a 404 error for any CSS file in sites/default/files/css, even though the files exist.
It seems to have something to do with this bit of code in .htaccess:
I'm not sure if this is feasible, or how to go about it. I want a dropdown (and use IP detection) to provide users with content based on Region - Not Language.
This is a question form Drupal 8 / Commerce 2.
I have installed and configured my online shop and I wonder how I could add a filed through which a user could add a precision concerning his order. Is it possible ? It's been a while since I'm looking for it. I do not have too much code skills, I try to get by with the user interfaces ...
I have problem with URL redirection from Joomla to Drupal. The old Joomla site has been shut down so, most of article link in facebook still redirect to old Joomla site (https://example.com/index.php?option=com_content&view=article&id=123:example-article&catid=123:article&Itemid=123). When click directly from facebook, it will remove index.php in the URL and it will start with https://example.com/?option=com_content...
I am trying to implement a dropdown list linked to a collection of fields on a D8 site.
I have extended the user form (via Account Settings) to enable the user to enter multiple qualifications - each qualification requires the capture of multiple fields per qualification row, such as institution and year. I've achieved this successfully with both Field Collections and Paragraphs, but neither enable me to do what I want next.