Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

Hide individual form fields for users AND Rearrange fields?

Questions related to using nuBuilder Forte.
Post Reply
Olikun
Posts: 68
Joined: Tue Mar 09, 2021 6:45 pm

Hide individual form fields for users AND Rearrange fields?

Unread post by Olikun »

Hi,

I'm back with a new question :)

(Sorry, my english is not good. I use the google translator)


I don't know exactly how to explain it well, but I'm trying.


I have one main forum that is the production log. Only I can see that.
It contains information from the "Production" and "Dispatch" departments.

Each department should have its own form. You do not see the entries from the other department.



I have already learned in the forum how to hide individual form fields from users, that works very well.

The problem is, I want to rearrange the fields.

I took a few pictures for it so that you can understand it better :)

Image
kev1n
nuBuilder Team
Posts: 4307
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 446 times
Contact:

Re: Hide individual form fields for users AND Rearrange fiel

Unread post by kev1n »

To set a new position, use:

Code: Select all

$('#your_object_id').css({
    top: '100px',
    left: '80px'
});
Olikun
Posts: 68
Joined: Tue Mar 09, 2021 6:45 pm

Re: Hide individual form fields for users AND Rearrange fiel

Unread post by Olikun »

thanks, but where and how do I have to enter this now?
kev1n
nuBuilder Team
Posts: 4307
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 446 times
Contact:

Re: Hide individual form fields for users AND Rearrange fiel

Unread post by kev1n »

Either you create individual/different forms for each departement or you add the show/hiding logic in the form's Custom Code.
Olikun
Posts: 68
Joined: Tue Mar 09, 2021 6:45 pm

Re: Hide individual form fields for users AND Rearrange fiel

Unread post by Olikun »

I still don't understand that :oops:

I would like individual forms for the departments. These forms should have access to the main form

like in my picture

How do I connect a new form to the main forum?


Can you maybe do an example in your demo if you have the time?
kev1n
nuBuilder Team
Posts: 4307
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 446 times
Contact:

Re: Hide individual form fields for users AND Rearrange fiel

Unread post by kev1n »

I would like individual forms for the departments. These forms should have access to the main form
In what way should they have access to the main form?

If you create separate forms for each deparatment, you can arrange the fields for each for as you want.
And each form is connected to the same table. Maybe I don't understand exactly what you want.
You could join Discrod to discuss it (I also speak German if that helps)
Olikun
Posts: 68
Joined: Tue Mar 09, 2021 6:45 pm

Re: Hide individual form fields for users AND Rearrange fiel

Unread post by Olikun »

kev1n wrote:
I would like individual forms for the departments. These forms should have access to the main form
In what way should they have access to the main form?

If you create separate forms for each deparatment, you can arrange the fields for each for as you want.
And each form is connected to the same table. Maybe I don't understand exactly what you want.
You could join Discrod to discuss it (I also speak German if that helps)

it works now, thanks for your help :D
Post Reply