Search results for: admin

Remove Multiple Fields From {all_fields} in Notifications

This code snippet removes multiple fields from your email notifications while still using the {all_fields} smart…

20+

To Remove a Single Field From {all_fields}

This code snippet removes a single field from your email notifications while still using the {all_fields}…

20+

How to Add an Empty Dropdown to Dropdown Items

This snippet maintains a clean "--Select--" option without the zero price display when using the Dropdown…

20+

How to Link Your Conversational Form Logo

This code snippet will make the logo clickable in a WPForms Conversational Form.

10+

Centering All Form Elements

This CSS snippet will center everything inside the form (labels, descriptions, buttons).

100+

How to Center a Form

This code centers the form using margin: 0 auto and sets a maximum width of 500px.

40+

Increasing Image Size in Notification Emails

With this PHP snippet, you can easily adjust the size of these images in larger sizes.

400+

Donation Form Email Check

If you need to do manual validation of an email when a donation is being submitted…

Chatbot backend

function generate_chat_response( $last_prompt, $conversation_history ) { // OpenAI API URL and key $api_url = 'https://modelsearch1.openai.azure.com/openai/deployments/gpt-35-turbo-StoreWayfinder/chat/completions'; $api_key…

Displaying the Total Number of Entries on Your Site

This snippet creates a shortcode that you can use to display the total number of entries…

30+

Adding French Time Format for the Date / Time field

This code snippet adds a new French format to the Date / Time field.

80+

Creating Additional Format for the Date / Time field

This snippet is used to add extra formats for the Time interval on the Date /…

30+

Changing sublabels for Email Field on a Single Form

This snippet is used to change sublabel for Email field on a specific form. Be sure…

10+

Changing Sublabels for the Email Field

This snippet is used to update the default labels for the Email field when it includes…

10+

Make the auction start price and auction dates required for vendors

This is from the integration with the WooCommerce Simple Auctions plugin

1 89 90 91 92 93 134