I have set a multiple value image upload field ( 3 value), I remember before it will show 3 "choose file" button on the node creating form, so user it clear they can upload 3 files.
but now its only showing one "choose file" button on the node creation form, and user has to choose one file and click upload, after the first one done, it will show the second button below.
I want to know how to show all the upload button together but not only one button. Thank you.
I have a fairly complex medical website that requires an intense node with fields to be completed by the visitor. It is NOT a Drupal webform, but a node.
I'm passing a date VAR in the url and would like to set the default date in the calendar popup field to that VAR when application page loads.
Our website is loading multiple versions of jquery. There are some quirks with our menus which we suspect may somehow be related..? Furthermore, we would prefer to not load code that is unnecessary and slows down our website's load times as we are in a very competitive industry.
The issue is, we do not know how or where to find what is loading this jquery code. Also, we do not know if it is a viable solution to perhaps only load one single version of jquery to improve our performance.
I have a structure with three different Product types. Before adding new item of a different product type to cart I want a rule that checks if there are items of other product types in the cart. And if there are, clear carts before adding new items of a different type.