Skip Navigation

[Resolved] I want to create A website where the form user A submit will be displayed only

This support ticket is created 2 years, 1 month ago. There's a good chance that you are reading advice that it now obsolete.

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.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

This topic contains 9 replies, has 2 voices.

Last updated by opadipeO 2 years, 1 month ago.

Assisted by: Minesh.

Author
Posts
#2521431
nextg.png

I want to create A website where the form user A submit will be displayed only on his page. I have checked the tutorial but i did not see the way after A user has submitted his data form it will be displayed in his page alone. How can i go about displaying only the entries user submit?

Moreso, i want to create a form where it has a next button and an arrangement like the image attached. I don't know if i can create something like this and how i can go about it.

#2521467
publish.png

Hello,
I have created a template but i did not get the link of the template i created so as for me copy it in my button. I can not find the url of the template i created so as for me to copy it to my button url link?

#2521479

Hello,
I have been able to resolve the url.
However, i want the form users submit to be displayed on their individual homepage account. I mean once the users submit the form it should be displayed on the homepage but they can only see their own entries on the homepage and every other pages.
Pls assist me am new to this please.

#2522361

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

You can display the list of entries created by user using the view and you can add "post author" filter to the view and set this filter option to filter by loggedin user.

Please check the following Doc:
- https://toolset.com/course-lesson/filtering-custom-lists-of-posts/#filtering-by-author

#2522387
WhatsApp Image 2022-12-26 at 11.06.38.jpeg
WhatsApp Image 2022-12-26 at 10.41.51.jpeg

Hello,
I noticed that a next button displays on the form i created. Kindly, check the image i sent to you. You will see the blue mark that shows the next button? pls i don't want the next button to show on my form page.

Moreso, as regard your reply are you saying that if i use the Autho post filter logged in users will be able to see only their individual entries?

Is it possible I have a tutorial on this? when a user submit it entry and it is displayed on the user page using view or template. Like after the form is submitted i want to redirect to the homepage where the users individual entries are displayed.

Thanks

#2522417

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Moreso, as regard your reply are you saying that if i use the Autho post filter logged in users will be able to see only their individual entries?
==>
Yes.

There is no tutorial available but here is the related doc:
=> https://toolset.com/course-lesson/how-to-create-custom-searches-and-relationships-for-users/#forms-templates-and-views-to-create
[check the point #7]

#2522443

Hello,
Thanks for your reply but you don't seem to answer my first question why is there a next button on my form page and how can i get rid of it. i sent you an attachment.

Is it possible to take out your form code completely and write my own html code. Like when i used the export mode to style my form i noticed this type of code
<div class="row">
<div class="form-group col-sm-6" >
<label for="%%FORM_ID%%_title-releases">[cred_i18n name='title-releases-label']Release Title[/cred_i18n]</label>
[cred_field field='title-releases' force_type='field' class='form-control' output='bootstrap']
</div
can i takeout this code and write my own code? hope it won't affect the website?

I notice that both the

#2522531
WhatsApp Image 2022-12-26 at 14.51.52.jpeg

Hello,

I want my upload file to be displayed as image instead of the ugly upload display . I have styled it but i could not acheive this because your code is not an input form, an example is te code below

<div class="form-group col-sm-12" id="artwork">
<label for="%%FORM_ID%%_upload-image"><img src="hidden link" style="height: 150px; width:150px;">[cred_i18n name='upload-image-label']Upload Artwork[/cred_i18n]</label>
[cred_field field='upload-image' force_type='field' class='form-control' output='bootstrap' previewsize='thumbnail' id='artwork' style='display:none;']
</div>

I don't want the ugly upload button to be displayed but the image to be used as the upload file, how do i go about this because i can't seem to style your code above since you did not use input but cred

#2522541

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

I would like to know is your original issue is resolved - if yes: you are welcome to mark resolve this ticket..

As per our support policy, we entertain only one question per ticket. This will help other users searching on the forum as well as help us to write correct problem resolution summery. You're welcome to create new ticket with every new question you may have. Thank you for understanding.

#2522765

My issue is resolved now. Thank you!