logo

Extra Block Types (EBT) - New Layout Builder experience❗

Extra Block Types (EBT) - styled, customizable block types: Slideshows, Tabs, Cards, Accordions and many others. Built-in settings for background, DOM Box, javascript plugins. Experience the future of layout building today.

Demo EBT modules Download EBT modules

❗Extra Paragraph Types (EPT) - New Paragraphs experience

Extra Paragraph Types (EPT) - analogical paragraph based set of modules.

Demo EPT modules Download EPT modules

Scroll

Radio button selection based on link data

22/02/2025, by Anonymous (not verified)
Forums

I have Drupal 6.x, I can't be more specific.

I have a form with fields Department (select), Message (textarea), and Email (hidden).

In the Department field (Parameters), the following options are set:

email1|Department 1

email2|Department 2

email3|Department 3

email4|Department 4

 

a link of this type to the form /content/66

 

So, I need to add SOMETHING to the link so that depending on this SOMETHING, one of the radio buttons is selected when this page is opened. How can this be done? Or perhaps another way to ask the question is how to use PHP to select the desired radio button?