Skip Navigation

[Resolved] I want to show user form in Woo my account page thru Yith my account endpoints

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Our next available supporter will start replying to tickets in about 6.92 hours from now. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
- 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 -
- 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 -

Supporter timezone: Europe/London (GMT+00:00)

This topic contains 3 replies, has 2 voices.

Last updated by Nigel 7 months ago.

Assisted by: Nigel.

Author
Posts
#2692670

Hi,
I have made several user forms. With yith custom my account plugin created my own endpoints. The ones for creating user and editing current user show with no problem. But I also created some questionnaire user forms. These wont show in the yith created tabs. This is the form code hidden link. It shows nothing.

I read something about creating a view but I couldn't understand it. Can you help me in the right direction?

Cheers
Marco

#2692753

Nigel
Supporter

Languages: English (English ) Spanish (Español )

Timezone: Europe/London (GMT+00:00)

Hi Marco

I'm not sure how much we can help here.

I'm not familiar with the yith plugin you describe.

If you insert the shortcodes for the user forms you want to add to a regular page, do they work okay?

I don't know about the yith plugin to comment on why they might not work in the context of its tabs.

If you register a simple custom shortcode to output some static text (example below), does that work in the tab context? Are shortcodes parsed there?

add_shortcode( 'hello-mars', function(){

    return "Hello Mars! Have you seen my robot?";

});
#2692764

Hi Nigel,

I tried the shortcode. And than the miracle happened. The forms started to show! I didn't changed anything. But they are showing now. Still it is this code hidden link. But now it shows nicely hidden link. What could have caused this? Or is this an impossible question?

Cheers
MArco

#2692810

Nigel
Supporter

Languages: English (English ) Spanish (Español )

Timezone: Europe/London (GMT+00:00)

The question may not be impossible, but the answer is, given I don't know anything about the yith plugin where you add the shortcode 🙂