Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added guides/project_portal/images/webform_email_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added guides/project_portal/images/webform_email_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions guides/project_portal/tutorials/3e_webform.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,20 @@ Copy the embed code of the web form via the external application. To embed this
portal web page, you need to use the **Embed** paragraph. Paste code in the **Embed code** field and click **save** to
publish the web form.

## Add an email handler to your web form

You can add an email handler to the contact form by following the steps below.

1. Go to the Webforms overview page by navigating to **Structure > Webforms.**
2. Locate the contact form and select the **Build** option.
3. On the form configuration page, open the **Settings** tab.
4. Navigate to the **Emails / Handlers** sub-tab.
5. Click the **Add Email**button.
6. In the **Send to** section:
1. Set To email to Custom to Email Address.
2. Enter the email address where the webform submissions should be sent.
7. Click Save to apply your changes.

## Screenshots

::: {style="display: grid;grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));grid-gap: 1em;"}
Expand All @@ -58,4 +72,8 @@ publish the web form.

![Web Form - Embed Code](../images/webform_embed_code.png){group="gallery-webform"}

![Web Form - Email Settings](../images/webform_email_1.png){group="gallery-webform"}

![Web Form - Email Details](../images/webform_email_2.png){group="gallery-webform"}

:::
39 changes: 39 additions & 0 deletions guides/project_portal/tutorials/7_manage_partners.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
title: "Manage Partners Block"
image: ../images/cover_manage_partners_block.png
lightbox: true
---
In the current template of the APEx Project Web Portal, a dedicated “Our Partners” section is included on each webpage.
This section displays the logos of the partners involved in your project.

### Changing the logos

You can change the logos in this section by executing the following steps:

1. In the administration menu of your Project Web Portal, go to **Contents > Blocks**.
2. Locate the **Partners** block.
3. Click **Edit** for the Partners block.
4. In the block configuration page, you can:
* Update the title of the section.
* Modify the partner logos in the Paragraphs section.
5. After making your changes, click **Save** to apply them.

Your updates will now be reflected in the “Our Partners” section across the website.

### Removing the block

You can remove the partners block by executing the following steps:

1. In the administration menu of your Project Web Portal, go to **Contents > Blocks**.
2. Locate the **Partners** block.
3. Click **Remove** for the Partners block.

## Screenshots

::: {style="display: grid;grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));grid-gap: 1em;"}

![Manage Partners - Block](../images/manage_partners_1.png){group="gallery-manage-partners"}

![Manage Partners - Details](../images/manage_partners_2.png){group="gallery-manage-partners"}

:::
Loading