• Resolved pexel

    (@pexel)


    Hello:
    When I run the code below on another site, the height appears at half. I have to enter the height value. This is very difficult in every form.

    How can we edit the code so that the height setting is 100%?

    thanks

    
          <iframe src="https://www.pexpe.com/?cff-form=15" style="width:100%; height:100% overflow: hidden; border: none;" scrolling="no"></iframe>
        
Viewing 15 replies - 16 through 30 (of 31 total)
  • Thread Starter pexel

    (@pexel)

    Hello, I added a field as you said.

    When the other site (the site using iframe) presses the calculate button, it calculates the “address of the site”.

    As the main site, I could not understand this part of how to analyze this data.

    Plugin Author codepeople

    (@codepeople)

    Hello @pexel,

    Analyzing the collected data is not part of the plugin. It is your business logic. I can teach you to get the URL of the page where the iframe is inserted, but I cannot tell you what to do with this information.

    Best regards.

    Thread Starter pexel

    (@pexel)

    I understand..
    For example, I added the code and when the other party says calculate, it gets the URL address. But since the calculated field cannot collect URL data, it is meaningless.

    So in summary, even if the iframe I gave as the source site works on the opposite site, it has no meaning since the field data I added is not collected.

    I hope I didn’t misunderstand. But still, thank you for your interest. I wish there was a method.

    Plugin Author codepeople

    (@codepeople)

    Hello @pexel

    If you load the form into an iframe when the form is submitted the information is sent to your website, not the website that embeds the iframe tag.

    Best regards.

    Thread Starter pexel

    (@pexel)

    First of all, I admire your patience, you really answer patiently. Don’t get me wrong, I really didn’t understand what you wrote last time.

    I never understood the part where the information is written in the expression tag when the form is submitted.

    Let me explain it simply, I did what you said and when you say calculate, it comes up on the site that uses iframe (iframe site address).

    At this stage, this data is meaningless since I cannot collect it.

    I wanted to learn this.

    For example, on the site that added IFRAME, my form was run 100 times per day. Is there an additional plug-in method where I can see that your form has been analyzed 100 times on this site? Or will the form work on the other side as a ghost?

    Thanks.
    Note: Since there is a language problem, I cannot understand the exact meanings, this is my problem, I’m sorry.

    Plugin Author codepeople

    (@codepeople)

    Hello @pexel,

    Your questions are about the commercial features of the plugin and we are not allowed to support any customers in these forums.

    For pro or commercial product support please contact us directly on our site. This includes any pre-sales topics as well.

    Commercial products are not supported in these forums. We will happily answer this and any other questions you can have on our own site.

    Thank you.

    Thread Starter pexel

    (@pexel)

    Pages with the cff-form-id extension have their meta no-index from robots. We share these pages as iframes.

    What happens if we open these pages to robots? After all, there are sites that use the forms we have prepared.

    Wouldn’t it be better to be open for both backlinks and Google?

    • This reply was modified 2 years, 6 months ago by pexel.
    Plugin Author codepeople

    (@codepeople)

    Hello @pexel,

    In the current plugin version, you must edit its code to remove the metatag.

    Open the “/wp-content/plugins/calculated-fields-form/inc/cpcff_main.inc.php” file with the text editor of your choice, and remove the piece of code:

    <meta name="robots" content="noindex,follow" />

    Repeat the process with the “/wp-content/plugins/calculated-fields-form/inc/cpcff_amp.inc.php” file.

    Best regards.

    Thread Starter pexel

    (@pexel)

    My real question was, what will we experience negatively if we open this to robots?

    Plugin Author codepeople

    (@codepeople)

    Hello @pexel

    It is not a question about negative or positive experiences. Its use depends on your project needs.

    Learn more about the robot meta tag by visiting the following link:

    https://developers.google.com/search/docs/crawling-indexing/robots-meta-tag?hl=en

    Best regards.

    Thread Starter pexel

    (@pexel)

    Hello;
    Today I noticed a new tag released in 2022. I would appreciate it if you could include this in your update. It is a meta tag developed for media publishers and widget sites.

    Label usage is as follows. cff-form=1 is not indexed on the current site.
    But with iframe cff-form=1 is seen by google bots.

    <meta name=”googlebot” value=”noindex,indexifembedded” />

    Source : https://developers.google.com/search/blog/2022/01/robots-meta-tag-indexifembedded

    It is an update suggestion, if you add it we won’t have to change it every time. It is a suggestion that serves both you and us. It is a part that will not harm you but benefit us.

    Notes : <meta name=”robots” content=”noindex,follow” /> This file does not exist?

    • This reply was modified 2 years, 5 months ago by pexel.
    • This reply was modified 2 years, 5 months ago by pexel.
    • This reply was modified 2 years, 5 months ago by pexel.
    • This reply was modified 2 years, 5 months ago by pexel.
    Plugin Author codepeople

    (@codepeople)

    Hello @pexel

    If you tick the “Do not load the forms with crawlers” checkbox in the “Calculated Fields Form > Troubleshoot Area & General Settings” section, the plugin includes the robots meta tag in the forms URLs as follows:

    <meta name="robots" content="none" />

    Best regards.

    Thread Starter pexel

    (@pexel)

    Hello,
    If we don’t change any settings right now, are the forms open to bots by default?

    Plugin Author codepeople

    (@codepeople)

    Hello @pexel

    If the checkbox is unticked and you have links to the forms on your website (like https://www.pexpe.com/?cff-form=15), it will not include the robot tags, and search engine spiders might index them.

    Best regards.

    Thread Starter pexel

    (@pexel)

    I have one last question, with your permission;
    Can we add our Google analytics codes to the cpcff_main.inc.php file?
    We share our form file with 3rd pages. However, if we add it on our own page, will we have problems because there are 2 analytics codes on the form page?

Viewing 15 replies - 16 through 30 (of 31 total)

The topic ‘Height problem’ is closed to new replies.