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

creating the file action.php

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

Good Day!

I have created a form for adding an announcement on the site

 

 

<form action="action.php" method="post">

<fieldset>

Pseudonym:<br><input name="pseudo" size="6" type="text"><br>Title:<br><input name="titre" size="6" type="text"><br>Message:<br>

<textarea cols="50" height="150" name="mess" rows="5" width="300">  </textarea><br>Photo:<br><input name="phot" size="6" type="text"><br>Phone:<br>

<input name="tel" size="6" type="text"><br>Email:<br>

<input name="email" size="6" type="text"><br>

<input type="submit" value="Publish">

</fieldset>

</form><p>&nbsp;</p>

 

 

I want to know where to save the file action.php in Drupal?

Thank you in advance!