I’m facing an issue when selecting images while creating content. Two options are available—"Upload Images" and "File Listing." The "File Listing" option is not working as expected. However, the entity browser view is showing the correct preview, and the widget settings for both options (DropzoneJS for upload and a view for file listing) are properly configured. I’m using the View display as "File Entity Browser: Entity Browser."
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.