function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
MundMund 

site registration page / profile page - force.com sites / apex

Hi All,

 

In the standard "siteregister" visual force page registration page, i have to save the fields in 3 objects namely

1. User

2. medical license

3. Location

 

In my visual force page, I need to show multiple location values in the format ( basically columns appearing like rows).

There should be a custom link on the top with a (+) symbol and on clicking on it, another instance of the location containing office name, address city should be shown and when clicked on (-) symbol, it should remove the latest one added. Please help me with the code. I am really in urgent need of this code sample. Please Help. Thanks Mumd

 

Office location object which needs to be displayed on visual force page and saved in the object ( office location )

Please not that I need to display the columns one below the other , I am not sure we can use datatable for this. Please help me with some code examples. I need to display in the format as below. which are all input fields. I also need to have an option of adding similar set of fields when clicked on a custom link . basically need to add rows on a click of a link. Please Help on the issue.

 

office name :

 

address :

 

City :

 

All of them are input fields on the visual force page.

 

 

Please help me with the code

 

Cheers

Mund