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 having the same issue as this person and even though this post doesn't help, it looks like there may be a way to check "replace existing files" under File (Field) Path Settings? But how do I even get here? I am fairly new to Drupal so this may be an obvious question but I feel like I've tried everything.
I've a node reference field which links to a node containing product terms and conditions.
Instead of showing the node title+link I just want the text to change to "Terms and Conditions" so should not use the node title of the terms and conditions page.
I'm trying to do this but unable to find the values within $variables.
The kint isn't able to show nicely as dsm used to show in D7.
What is the way to do it?
function anubartik_preprocess_field(&$variables) {
print "<h2>";
I downloaded Oracle driver and followed the instruction to setup the Driver. After performing the steps, Oracle option is not listing in Database configuration page. Can you please help.
I probably ask this question first before I asked directly in the issue queue, as it seems more like a Feature request.
So, my question, in Webform in D8, is there a way to set conditional fields based on onInput event in Textfield?
Here's the scenario:
* User type 550 in the Textfield called Price.
* Another different field, say Email showing up if the value in Price is above 500.
* Otherwise, Email will be hidden if the value in Price is below 500.