• Resolved Urmil Patel

    (@urmilwp)


    Hello support,
    how is it possible to add custom field that can store name,link,address,city auto increment filed and? value get. This data should be/can be display in front-end.

    Like for example
    Participant: John Doe
    (custom input field) cp_coPartnerName: Department of Scientific
    (custom input field) cp_coPartnerName_0: Industrial Research
    (custom input field) cp_coPartnerName_1: Industrial one

    (custom input field) cp_coPartnerAddress: adress here
    (custom input field) cp_coPartnerAddress_0: adress here

    while loop get data for custom filed and increment a number
    (custom input field) cp_coPartnerName: Department of Scientific
    (custom input field) cp_coPartnerAddress: adress here
    (custom input field) cp_coPartnerlLink: link here

    Cooperation Partner
    -Name ?(Name of the Cooperation Partner should be displayed )
    -link ?(link of the Cooperation Partner be displayed )
    -Address (Address of the cooperation Partner should be displayed)
    -City (City of the Cooperation Partner should be displayed)
    -Country (Country of the Cooperation Partner should be displayed)

    -IF multiple partners added by the user then display the multiple partners data (up to 5) like partners 2,3 4 and 5.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator bcworkz

    (@bcworkz)

    You can use one of the custom field plugins. You’ll need a customized template to display the data. The plugin you choose likely has shortcodes and functions you can use towards that end.

    The post editor already has a custom field feature you could use. You still need a customized template. Many find the default UI unsatisfactory, hence the good number of alternative plugins.

    You could also develop you own UI through a custom meta box added to the post edit screen.

    Thread Starter Urmil Patel

    (@urmilwp)

    Thanks your support

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Custom fields auto increment and while loop get data’ is closed to new replies.