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'm using the views module to show a table with different activities that have different prices. My problem is that I need to show only one of the prices based on one of the current user's field. Does anyone know how I could achieve this? Would I need to use something other then views?
Does anyone know is there is a know fix for this? I haven't been able to find any answer...
Situation:
I have a web form that have a few "Check box other" on the form. The fields are mark as require, so they will require at least one box checked in order to submit the form.
The validation check works and a red box and message will be around the "Check box other" component.
I have an entry type called race-entry
When using the standard UI
Create a new race-entry with title race1 and save. The URL ends /race-entry/node1
Create a new race-entry with title race1 and save. The URL ends /race-entry/node2
And so on, this behavior is fine, and I’d like to achieve the same when importing data with the feeds module.
How do I add 'beforesend' functionality to this definition if for example, I want to update the background color of the submit button before the ajax call is sent?