Search results for: admin
Centering All Form Elements
This CSS snippet will center everything inside the form (labels, descriptions, buttons).
How to Center a Form
This code centers the form using margin: 0 auto and sets a maximum width of 500px.
Increasing Image Size in Notification Emails
With this PHP snippet, you can easily adjust the size of these images in larger sizes.
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…
Adding French Time Format for the Date / Time field
This code snippet adds a new French format to the Date / Time field.
Creating Additional Format for the Date / Time field
This snippet is used to add extra formats for the Time interval on the Date /…
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…
Changing Sublabels for the Email Field
This snippet is used to update the default labels for the Email field when it includes…
Make the auction start price and auction dates required for vendors
This is from the integration with the WooCommerce Simple Auctions plugin
Using Conditional Logic to Change Date Picker Locale
This snippet works with the WPML plugin and only apply date picker locale changes when the…
Using Date Picker Localization
This snippet is used to apply the changes that instruct WPForms to update the date picker…
Localizing Date Picker Strings
This snippet is used to modify WPForms' default date picker locale
Disable All UpdraftPlus Email Notifications
This snippet completely disables all email notifications from UpdraftPlus, including backup reports, error notifications, warnings, and…