6 years ago
4
Topic

i have a formA on my website used to create article content for my website on the content part i have a field which when i click it links to another formB. please will it be possible for the fields in the formB to be automatically  filled by content gotten from fields in formA

Get a VIP membership
4229 Posts
Kadministrator
6 years ago
3
Level 1

You would need to pass values of this fields as url parameters, then read them in form B using URL Variable live value

6 years ago
2
Level 2

Ok thanks. read the link you posted for me to read so am having difficulty understanding it so please help me clarify.

if i have a formA with fields

art_id

phone_no

email

and formB has the same fields i want to be populated with data from formA

please how do i achieve that.  

4229 Posts
Kadministrator
6 years ago
1
Level 3

For each field you need to add described text to the custom variables, somehting like that:

art_id=$cck->getValue('art_id')&cphone_no=$cck->getValue('phone_no')&email=$cck->getValue(email')

Then read this values in second form as "url variable" live value. If ou don0t understand this you need to read our Manuals section to understand the basic concepts of Seblod.

6 years ago
0
Level 4

Thanks for the help i have been able to do it

Get a VIP membership