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 have a pretty large webform which is submitting fine. Owners of the site now want to levy a charge for submitting the form by adding an Add To Cart button.
I don't want to create a whole product to include all the webform fields but will need the new product to include a couple of the existing webform field values.
I'm not sure how to go about doing this. All help appreciated.
I have a few custom entities defined by a custom module. One entity called, 'scene' contains an entity reference field to another entity called 'placed_asset'. When a user is editing or adding a new 'scene' entity, they can also add a new 'placed_asset' entity via the inline complex widget.
I am new to drupal and running drupal 7. What setting do I need to change to avoid customer ordering out of stock items. Currently its causing a lot of issues as I have to call customers manually to inform them for a replacement or a refund.
I spent a whole day trying to display a url query from a view with exposed filters that would display the names of the terms instead of their IDs. Only to discover that the only way to do this is to enter the referenced field as a required relation in 'relations' and the same field again as an exposed filter, specifying the filter identifier of the referenced field.
Great, but there's the small problem that the exposed filter is a plain text field, which is of little use to a user.
So I try to turn this text field into a drop-down list.