Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8333935
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T03:11:08+00:00 2026-06-09T03:11:08+00:00

I have the following section of if statements that creates the respective code dependent

  • 0

I have the following section of if statements that creates the respective code dependent on what option the user has selected from the view.

How could I save the selected options if statement so that I could insert it into the db.

I have tried 'field' => ''.$_REQUEST['add_fields_type'].'' but of course it just shows the selected option and not the html it should produce

Code:

if (isset($_REQUEST['add_fields_type']))
            {
                if($_REQUEST['add_fields_type'] == 'input')
                {
                    //$fieldLabel;
                    form_input($formData, TRUE);


                }

                if($_REQUEST['add_fields_type'] == 'textarea')
                {
                    $fieldLabel;
                    form_textarea($formData, TRUE);
                }

                if($_REQUEST['add_fields_type'] == 'radiobutton')
                {
                    $fieldLabel;
                    form_radio($formData, TRUE);
                }

                if($_REQUEST['add_fields_type'] == 'checkbox')
                {
                    $fieldLabel;
                    form_checkbox($formData, TRUE);
                }
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T03:11:10+00:00Added an answer on June 9, 2026 at 3:11 am

    Instead of doing:

    if($_REQUEST['add_fields_type'] == 'textarea') {
        $fieldLabel;
        form_textarea($formData, TRUE);
    }
    

    You should do this if you want to save the HTML:

    if($_REQUEST['add_fields_type'] == 'textarea') {
        $fieldLabel;
        $fields[] = form_textarea($formData, TRUE);
    }
    

    Or if you want to save the field data with field type, then do this:

    if($_REQUEST['add_fields_type'] == 'textarea') {
        $fieldLabel;
        $fields[ $_REQUEST['add_fields_type'] ] = form_textarea($formData, TRUE);
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the following section of code in an app that I am writing:
I have the following section of code that acts on values in <Test></Test> nodes
I have an ASP MVC view where have the following statement #if DEBUG //section
I have the following HTML5 content: <section contenteditable=true id=editable class=ui-selectee ui-selected> <span>something</span> <span>something</span> <span>something</span>
I have the following one to many associations. Document has many Sections and Section
Suppose that one has some lock based code like the following where mutexes are
I have the following code to copy a section of a text file to
I have following statement for query articles from some sections Article.all(:joins => :sections, :conditions
I have the following section to print the ant build info into a file.
I have the following in a Section: _favElement = new StyledStringElement (string.Empty); _favElement.Alignment =

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.