• Resolved wealthy

    (@wealthy)


    I created a form and the URl defaulted to site/donations/MyFormName

    the /donations/ seems to be hard coded into the new form.
    Have can I change this or remove the /donations part?

    Its a Single form. Or what you call Classic

    Thanks

    • This topic was modified 1 month ago by wealthy.
    • This topic was modified 1 month ago by wealthy.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter wealthy

    (@wealthy)

    Seems there is no support in here.
    Wonder if there is another plugin that will work instead

    Plugin Support Robin Joshua Del Mundo

    (@robindelmundo)

    Hi @wealthy ,

    Glad you reached out! Happy to help with this one. Moreover, please excuse the slow turnaround here.

    It is not possible to remove it, but it is possible to change it. You can use this short code snippet to change that:

    define('GIVE_SLUG', 'new_slug');

    Wherein you can change “new_slug” to your preferred one. If you remove it using null or a blank value, it will default to give_forms.

    You can read more about this in here — https://givewp.com/documentation/developers/give-php-constants/.

    One possible workaround as well is inserting the form on a page using the form’s shortcode or our give form block, and then renaming that page to your preferred title. This will result in a URL that looks like yourwebsite.com/your_page_with_embedded_form.

    Please let me know if you have further questions.

    I’m always happy to help!

    Plugin Support Robin Joshua Del Mundo

    (@robindelmundo)

    Hi @wealthy ,

    It’s been a while since we’ve heard back, and I know troubleshooting needs a little extra time. I’m marking this as resolved for now, but if you still have questions, you can send them along right here, and I’ll be happy to hop back in.

    Have a great day!

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.